I\'m trying to connect to mysql server command line from my windows prompt
I write the next line in cmd but i get an error.
cd C:\\MYSQL\\bin\\
First jump to the mysql bin directory. You have two ways to connect
1) mysql -u root -p1234 (without space for password flag) 2) mysql -u root -p and enter the password when it is asking