Saturday, December 18, 2010

Login To MySQL Server

May be you are confused to how to log in to MySQL Server. Although there's a simple login procedure. Just type this in command prompt to your MySQL bin directory:

C:\Program Files\MySQL\bin>mysql -u root

and use this one if you have password:

C:\Program Files\MySQL\bin>mysql -u root -p
Enter Password: ******
 

No comments:

Post a Comment