How can I authenticate a valid user already registered on mysql automatically ? (Can be a batchscript, or vbs or anything that run automatically from windows) and if the user exist and the password is correct, call another batch ?
-
It isn't clear to me what you are asking. Do you mean you want to see if a specific username/password combination is a valid mysql user? Or do you have a users table that your application is using?Cargo23– Cargo232012-09-11 14:11:40 +00:00Commented Sep 11, 2012 at 14:11
-
Assuming that you can write the query, the parsing is explained here: stackoverflow.com/questions/1746475/…Alain Collins– Alain Collins2012-09-11 17:04:43 +00:00Commented Sep 11, 2012 at 17:04
Add a comment
|