In command terminal of windows 10, mysql command is not rea
By default windows 10 command terminal does not recognize mysql
command. You need to add your server mysql path in you environment variable.
Go to you server mysql path like mine.
C:\xampp\mysql\bin
Add the above path in you environment variable. If you don’t know how to add path in the environment variable comment below.
Now open your terminal and place below command.
mysql -u root -p
It will ask you to enter password. Enter your host password and start play with mysql from terminal.