WordPress database error: [CREATE command denied to user 'classicpianist'@'10.0.78.33' for table 'wp_redirection']
CREATE TABLE IF NOT EXISTS `wp_redirection` (
`id` int(11) unsigned NOT NULL auto_increment,
`url` mediumtext NOT NULL,
`type` enum('301','302','307','404','410','pass') NOT NULL default '301',
`regex` int(11) unsigned NOT NULL default '0',
`position` int(11) unsigned NOT NULL default '0',
`redirector` text NOT NULL,
`last_count` int(10) unsigned NOT NULL default '0',
`last_access` datetime NOT NULL,
PRIMARY KEY (`id`)
)
WordPress database error: [CREATE command denied to user 'classicpianist'@'10.0.78.33' for table 'wp_redirection_log']
CREATE TABLE IF NOT EXISTS `wp_redirection_log` (
`id` int(11) unsigned NOT NULL auto_increment,
`created` datetime NOT NULL,
`url` mediumtext NOT NULL,
`sent_to` mediumtext,
`agent` mediumtext NOT NULL,
`referrer` mediumtext,
`ip` int(11) unsigned NOT NULL default '0',
`redirection_id` int(11) default NULL,
PRIMARY KEY (`id`)
)
WordPress database error: [UPDATE command denied to user 'classicpianist'@'10.0.78.33' for table 'wp_options']
UPDATE wp_options SET option_value = 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1329084310;s:15:\"version_checked\";s:5:\"2.3.1\";s:8:\"response\";s:7:\"upgrade\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";}' WHERE option_name = 'update_core'