WordPress Database Error (drop command)
-
Got my login and random password, but these four errors generated when WordPress tried to set-up:
WordPress database error: [drop command denied to user: ‘XXXXXXXX@XXXXXXXX.XXXXXXX.speakeasy.net’ for table ‘wp_optionvalues’]
DROP TABLE IF EXISTS wp_optionvaluesWordPress database error: [drop command denied to user: ‘XXXXXXXX@XXXXXXXX.XXXXXXX.speakeasy.net’ for table ‘wp_optiontypes’]
DROP TABLE IF EXISTS wp_optiontypesWordPress database error: [drop command denied to user: ‘XXXXXXXX@XXXXXXXX.XXXXXXX.speakeasy.net’ for table ‘wp_optiongroups’]
DROP TABLE IF EXISTS wp_optiongroupsWordPress database error: [drop command denied to user: ‘XXXXXXXX@XXXXXXXX.XXXXXXX.speakeasy.net’ for table ‘wp_optiongroup_options’]
DROP TABLE IF EXISTS wp_optiongroup_optionsWhat is a bit confusing is “XXXXXXXX@XXXXXXXX.XXXXXXX.speakeasy.net” is not where the config file is told to look for database stuff, that’s “XXXXXXXX.speakeasy.net”.
What is this “drop” command, and what now? Why is WordPress looking to do database stuff outside the explicit reference in the config file?
The topic ‘WordPress Database Error (drop command)’ is closed to new replies.