MySQL – Fix Access Denied for User ‘@localhost’ When Creating New Database

MySQLpermissions

I just installed a new server and tried to create a new database via phpmyadmin.

When I try to create a new database I get the below error message:

To be precise MYSQL said:

#1044 – access denied for use '"@ localhost'

Does anyone know what may be causing this error or what steps should I take to further troubleshoot?

Best Answer

Try to login again and then create db. Use the default username and password, root and empty password.