aaroniconnect
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Database Repair?This is what I get if I try to change it, new database generated through phpMyadmin and rerunning the instal:
======================================================================
The wp_users table is okay.The wp_usermeta table is okay.
The wp_posts table is not okay. It is reporting the following error: Table ‘iconnect2.wp_posts’ doesn’t exist. WordPress will attempt to repair this table…
Failed to repair the wp_posts table. Error: Table ‘iconnect2.wp_posts’ doesn’t existThe wp_comments table is not okay. It is reporting the following error: Table ‘iconnect2.wp_comments’ doesn’t exist. WordPress will attempt to repair this table…
Failed to repair the wp_comments table. Error: Table ‘iconnect2.wp_comments’ doesn’t existThe wp_links table is not okay. It is reporting the following error: Table ‘iconnect2.wp_links’ doesn’t exist. WordPress will attempt to repair this table…
Failed to repair the wp_links table. Error: Table ‘iconnect2.wp_links’ doesn’t existThe wp_options table is not okay. It is reporting the following error: Table ‘iconnect2.wp_options’ doesn’t exist. WordPress will attempt to repair this table…
Failed to repair the wp_options table. Error: Table ‘iconnect2.wp_options’ doesn’t existThe wp_postmeta table is not okay. It is reporting the following error: Table ‘iconnect2.wp_postmeta’ doesn’t exist. WordPress will attempt to repair this table…
Failed to repair the wp_postmeta table. Error: Table ‘iconnect2.wp_postmeta’ doesn’t existThe wp_terms table is not okay. It is reporting the following error: Table ‘iconnect2.wp_terms’ doesn’t exist. WordPress will attempt to repair this table…
Failed to repair the wp_terms table. Error: Table ‘iconnect2.wp_terms’ doesn’t existThe wp_term_taxonomy table is not okay. It is reporting the following error: Table ‘iconnect2.wp_term_taxonomy’ doesn’t exist. WordPress will attempt to repair this table…
Failed to repair the wp_term_taxonomy table. Error: Table ‘iconnect2.wp_term_taxonomy’ doesn’t existThe wp_term_relationships table is not okay. It is reporting the following error: Table ‘iconnect2.wp_term_relationships’ doesn’t exist. WordPress will attempt to repair this table…
Failed to repair the wp_term_relationships table. Error: Table ‘iconnect2.wp_term_relationships’ doesn’t existThe wp_termmeta table is okay.
The wp_commentmeta table is not okay. It is reporting the following error: Table ‘iconnect2.wp_commentmeta’ doesn’t exist. WordPress will attempt to repair this table…
Failed to repair the wp_commentmeta table. Error: Table ‘iconnect2.wp_commentmeta’ doesn’t existSome database problems could not be repaired. Please copy-and-paste the following list of errors to the WordPress support forums to get additional assistance.
=======================================================================
FOLLOWED BY A BOXED UP SUMMARRY, As following;
=======================================================================
wp_posts: Table ‘iconnect2.wp_posts’ doesn’t exist
wp_comments: Table ‘iconnect2.wp_comments’ doesn’t exist
wp_links: Table ‘iconnect2.wp_links’ doesn’t exist
wp_options: Table ‘iconnect2.wp_options’ doesn’t exist
wp_postmeta: Table ‘iconnect2.wp_postmeta’ doesn’t exist
wp_terms: Table ‘iconnect2.wp_terms’ doesn’t exist
wp_term_taxonomy: Table ‘iconnect2.wp_term_taxonomy’ doesn’t exist
wp_term_relationships: Table ‘iconnect2.wp_term_relationships’ doesn’t exist
wp_commentmeta: Table ‘iconnect2.wp_commentmeta’ doesn’t exist
=======================================================================Where does this go wrong?
Any help or suggestions are welcome!Thanks in advance,
AaronForum: Fixing WordPress
In reply to: Database Repair?Now. without changing anything it gives me the old error message in the browser when running localhost again, namely “Error establishing a database connection”.