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_optionvalues
WordPress database error: [drop command denied to user: 'XXXXXXXX@XXXXXXXX.XXXXXXX.speakeasy.net' for table 'wp_optiontypes']
DROP TABLE IF EXISTS wp_optiontypes
WordPress database error: [drop command denied to user: 'XXXXXXXX@XXXXXXXX.XXXXXXX.speakeasy.net' for table 'wp_optiongroups']
DROP TABLE IF EXISTS wp_optiongroups
WordPress database error: [drop command denied to user: 'XXXXXXXX@XXXXXXXX.XXXXXXX.speakeasy.net' for table 'wp_optiongroup_options']
DROP TABLE IF EXISTS wp_optiongroup_options
What 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?