简体   繁体   中英

Access denied to mysql database

I created a database named auth yesterday in mysql.

Today, I went to access it by USE auth; but I got this output

ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'auth'

I never used to have this problem when I created and used databases.

Connect to database with root

mysql -u root -pyourpassword

(change yourpassword with password you have for root or leave in blank in case you havent set it). Now you should have access to your db. Check this thread how to set permissions for users MySQL Add User Guide .

maybe try creating and using a new database to see if the problem is repeatable, or if it's specific to that database.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM