MySQL errors
a2jfreak
Houston, TX Member
I hate to start a thread just for a single error, so if others could start posting their MySQL errors in here then that should help keep things clean.
C:\mysql\bin>mysql -uroot -p********
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
How can I fix this? (Yes, I'm using the correct password.)
C:\mysql\bin>mysql -uroot -p********
ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
How can I fix this? (Yes, I'm using the correct password.)
0
Comments
If that doesn't work, then you can restart the mysql daemon with "--skip-grant-tables" switch.. that will allow you unrestricted access to your databases.
Set a new password, then restart the daemon and flush the privileges
http://www.mysql.com/doc/en/Command-line_options.html
I'll just remove 3 and install 4.
How do I take dbs from 3 over to 4?
Il ask someone I know who may know
Up and running with MySQL 4.0.17 now. All seems fine.
I've got another Q, but I think it might warrant a thread of its own since it's not an error and it's a question I think might not be extremely uncommon among SQL newbies such as myself.