using mysql.exe I enter the command mysql> use mysql; but there is an error:
ERROR 1044 (42000): Access denied for user '' @ 'localhost' to database 'mysql'
- What does this mean?
- How so I can access a mysql database?
- The most important thing is that I want to reset password mysql database, but an error occurs when I enter the command: mysql> use mysql;