Log in

View Full Version : help on server create


Vycon88
07-29-2005, 08:48 AM
when i goto the CMD thing through run, i type c:\mysql\bin an it doesnt do anything . the part where you put something -u root need help please

Traul
07-29-2005, 01:01 PM
You need to type:

cd c:\mysql\bin

Then

mysql -u root mysql

Assuming C:\mysql is infact your mysql directory.