I added mysql path to path in Environment Variables like this

But when i use mysql commands in windows command line it give me this error

I already restarted windows many times and still not working i think there is something missing
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.
Try adding the MySQL /bin to your PATH. That’s where the command .exe files live.
The PATH environment variable tells Windows where to look for executables when you invoke them without their full path. It won’t infer /bin for you. You have to be explicit.