What is this error: WordPress database error: [INSERT command denied to user
-
I have created a mysql database and made changes to the config.php page and gave my user name full priveleges, and when I go to the link, it does install the tables, HOWEVER, it throws out a bunch of denied errors for my user name such as the one below:
WordPress database error: [INSERT command denied to user ‘Jeffw73’@’lsh215.lsh.chicago’ for table ‘wp_options’]
INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘blogname’, ‘My Blog’, ‘yes’)At the bottom it brags saying “SUCCESS!” yet if I click on the Log In button, it just takes me back to the installation page again. The thing is, I DO HAVE ALL permissions set for the user name associated with this database and I do have the user name and password correct. So what could I possibly be missing still? Help!!!
- The topic ‘What is this error: WordPress database error: [INSERT command denied to user’ is closed to new replies.