Installation Problem (Windows Server 2008) – Tables Not Being Created?
-
I’ve spent over a day trying to setup WordPress on my Windows 2008 server but it doesn’t seem to install. I’ve installed PHP and MySQL. They both seemed to install properly. I’ve done the step by step setup but when I go to the wordpress install page (https://localhost/blog/wp-admin/install.php)get the following error:
WordPress database error Table ‘myblog.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘cron’, ‘a:2:{i:1220809724;a:1:{s:17:\”wp_update_plugins\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}}s:7:\”version\”;i:2;}’, ‘yes’) made by add_option WordPress database error Table ‘myblog.wp_options’ doesn’t exist for query INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘auth_salt’, ‘P!5jZIcs9*gt’, ‘yes’) made by add_option
The database, username, password, and server (localhost) are all correct. I can connect to it fine. It almost seems that there aren’t permissions to create the tables yet when I log into mysql with the credentials I can so I’m really stumped! Any help would be greatly appreciated.
- The topic ‘Installation Problem (Windows Server 2008) – Tables Not Being Created?’ is closed to new replies.