WordPress Database Error
-
I tried to visit my blog today and, instead, received an installation screen. When I entered my email and site name, I received the lengthy string of error messages below.
To the best of my knowledge, I have not downloaded the most recent version of Word Press. Indeed, I have steadfastly ignored the message to do so for about a month.
Anyhow, rather than quoting the entire wall of text (because its enormous), here is a sample:
WordPress database error: [Table ‘wp_options’ is marked as crashed and should be repaired]
DESCRIBE wp_options;WordPress database error: [Table ‘wp_options’ is marked as crashed and should be repaired]
SHOW INDEX FROM wp_options;WordPress database error: [Table ‘wp_options’ is marked as crashed and should be repaired]
ALTER TABLE wp_options ADD COLUMN option_id bigint(20) NOT NULL auto_incrementWordPress database error: [Table ‘wp_options’ is marked as crashed and should be repaired]
ALTER TABLE wp_options ADD COLUMN blog_id int(11) NOT NULL default ‘0’WordPress database error: [Table ‘wp_options’ is marked as crashed and should be repaired]
ALTER TABLE wp_options ADD COLUMN option_name varchar(64) NOT NULL default ”WordPress database error: [Table ‘wp_options’ is marked as crashed and should be repaired]
ALTER TABLE wp_options ADD COLUMN option_value longtext NOT NULLWordPress database error: [Table ‘wp_options’ is marked as crashed and should be repaired]
ALTER TABLE wp_options ADD COLUMN autoload varchar(20) NOT NULL default ‘yes’—
Help?
- The topic ‘WordPress Database Error’ is closed to new replies.