Thursday, May 23, 2013

[MySQL] SQL Commend to login MySQL in command prompt

MySQL
mysql -u <yourusername> -p
(Replace the text in red with your MySQL  username, default is root)
Then it will prompt out a line "Enter password", Enter your password.
If your user name and password are correct,
MySQL welcome Message will appear.

REF image:


No comments :

Post a Comment