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.