Log in

View Full Version : Help with server?


Markorak
02-07-2006, 05:49 PM
Ok, I was creating a server, and when I tried to type in "mysql -u root mysql" I had an error for the wrong password, can you help me on how to fix this?

It said:
C:\mysql\bin>mysql -u root mysql
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)

kouhei
02-07-2006, 05:56 PM
Ok, I was creating a server, and when I tried to type in "mysql -u root mysql" I had an error for the wrong password, can you help me on how to fix this?

It said:
C:\mysql\bin>mysql -u root mysql
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)

try mysql -u root mysql -p

Markorak
02-07-2006, 06:15 PM
All I know is that when I had tried to do this before there was a file in C:\Windows... if you wanted to use a new password, then you delete a file not sure though what it is called.

HurtinuDaily
02-10-2006, 03:45 AM
If you can't remember your password check your db.ini you should have put it in there. As kouhei said try typing mysql -u root mysql -p should at the command prompt (C:\mysql\bin\) it should prompt you for a password.