How to find that a user can login or not in MySQL without actually logging in.
for example:
mysql -u root
I do not need to login. just want to find that whether i can login or not?
any command options ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use one of the
mysqladminoptions such aspingorstatus.For example: