nikos101
08-02-2007, 07:43 PM
I am trying to enter the program mysql but I keep getting the message
C:\Documents and Settings\NIKOS>mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: N
O)
but it works if I do the following
C:\Documents and Settings\NIKOS> mysql -u root -p
Enter password: ************
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.0.45-community-nt MySQL Community Edition (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
How can I set it up so I don't need to enter the password?
C:\Documents and Settings\NIKOS>mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: N
O)
but it works if I do the following
C:\Documents and Settings\NIKOS> mysql -u root -p
Enter password: ************
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.0.45-community-nt MySQL Community Edition (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
How can I set it up so I don't need to enter the password?