Strange row-error in MySQL
-
I’m having this terribly annoying error when updating from 1.0.2 to 1.3-alpha3.
Database error: [Unknown column 'autoload' in 'field list']
autoload
UPDATE wp_options SET= 'no' WHERE option_name = 'moderation_keys'
autoload
Database error: [Unknown column 'autoload' in 'field list']
UPDATE wp_options SET= 'no' WHERE option_name = 'recently_edited'
Database error: [Unknown column 'guid' in 'field list']
SELECT ID, post_title, post_content, post_excerpt, guid, post_date, post_name, post_status, post_author FROM wp_posts
Database error: [Unknown column 'autoload' in 'where clause']
SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'
Any idea what I should do?
[edit] Oh, and it won’t go back either.
- The topic ‘Strange row-error in MySQL’ is closed to new replies.