WordPress database error: [CREATE command denied to user 'user'@'localhost' for
-
I have checked, and rechecked, and rechecked, MySQL: ‘user’@’localhost’ does have all permissions.
mysql> show grants for user@localhost;
+—————————————————————————————————————+
| Grants for user@localhost |
+—————————————————————————————————————+
| GRANT USAGE ON *.* TO ‘user’@’localhost’ IDENTIFIED BY PASSWORD ‘asfaf’
+—————————————————————————————————————+I have checked, and rechecked, and rechecked, wp-config:
define(‘DB_NAME’, ‘dbname’);
define(‘DB_USER’, ‘user’);
define(‘DB_PASSWORD’, ‘password’);
define(‘DB_HOST’, ‘localhost’);But I keep getting the same errors.
- The topic ‘WordPress database error: [CREATE command denied to user 'user'@'localhost' for’ is closed to new replies.