Install fail – DB tables not created
-
Hi,
I run my own servers and have full config access to them.
I am having problems running wp-admin/install.php (WP 2.9.2)Calling the install URL results in a blank page, and these errors in my php error log:
WordPress database error: [Table ‘wordpress.wp200_options’ doesn’t exist]
SELECT option_value FROM wp200_options WHERE option_name = ‘cron’ LIMIT 1WordPress database error: [Table ‘wordpress.wp200_options’ doesn’t exist]
INSERT INTOwp200_options
(option_name
,option_value
,autoload
) VALUES (‘cron’, ….I have created the MySQL database, database user and GRANTed all privileges (apart from SUPER) and flushed privileges. wp-config.php contains the correct info, and I have tried editing the DB_USER to one which doesn’t exist, which in turn gives me the bold “Error establishing a database connection” error message.
The only thing I have done which is potentially slightly weird is checked my WP install directory in to a subversion repository, and the website is running from a checked-out directory of that code. However I run separate suite of other sites, with WP blogs, under the same scheme with no issues whatsoever.
It seems to me that the CREATE TABLE queries are all failing (ungracefully). That would indicate a permissions error, but if it were as simple as that, then I’d expect a DB error message from WP, not a blank page and PHP error. AS far as I can tell, all my MySQL permissions are in order, and I can’t find any other error messages (particularly ones relating to failed CREATE TABLE)
Any help greatly appreciated.
Stu
- The topic ‘Install fail – DB tables not created’ is closed to new replies.