Can not create a new database on phpmyadmin because of this error - 1044 - Access denied for user 'xxx' to database 'zzz'

Viewed 22

I need to import a sql. database to Wordpress through phpMyAdmin. Anytime I want to create a new database this error happens (#1044 - Access denied for user 'xxx' to database 'zzz').

Thanks for your help.

1 Answers

You can check all privileges permission of database user and also check our sql file. May be mention there "CAEATE DATABASE '*******'" if you have that then you remove that. Most of this #1044 refer you to check your database user and permission of your database. I think this suggestion will help you.

Related