Missing MySQL Database Tables
-
Hi Everyone,
I need advice please. I am running a new WP website, and checked it this morning, and everything was fine. I logged in, created some new pages, but haven’t added content to them.
I went to log back in tonight, and failed to produce the login page, and instead wanted me to initiate a new WP install.
There was obviously an issue, so I attempted to get WP to repair tge MySQL database, using FTP to add the following to my “wp-config.php” file :
define(‘WP_ALLOW_REPAIR’, true);I then attempted to log into WP with this URL :
“https://www.yoursite.com/wp-admin/maint/repair.php” but with my own domain name. WP then asked me if I wanted to “repair” or “repair and optimize” the database. I chose “repair”, which failed with a report telling me to post the following here :wp_users: Table ‘db1129360_lproj.wp_users’ doesn’t exist
wp_usermeta: Table ‘db1129360_lproj.wp_usermeta’ doesn’t exist
wp_posts: Table ‘db1129360_lproj.wp_posts’ doesn’t exist
wp_comments: Table ‘db1129360_lproj.wp_comments’ doesn’t exist
wp_links: Table ‘db1129360_lproj.wp_links’ doesn’t exist
wp_options: Table ‘db1129360_lproj.wp_options’ doesn’t exist
wp_postmeta: Table ‘db1129360_lproj.wp_postmeta’ doesn’t exist
wp_terms: Table ‘db1129360_lproj.wp_terms’ doesn’t exist
wp_term_taxonomy: Table ‘db1129360_lproj.wp_term_taxonomy’ doesn’t exist
wp_term_relationships: Table ‘db1129360_lproj.wp_term_relationships’ doesn’t exist
wp_termmeta: Table ‘db1129360_lproj.wp_termmeta’ doesn’t exist
wp_commentmeta: Table ‘db1129360_lproj.wp_commentmeta’ doesn’t existI have also tried disabling all plugins via FTP, but this hasn’t helped.
I have also double-checked (again with FTP) that the database credentials in “.htaccess” are correct.
This is a major blow for me, and I don’t know what to do next. Can anyone offer any assistance please? My website is at https://www.lprojects.com.au/
My thanks for taking the time to read this post.
Kind regards,
David
- The topic ‘Missing MySQL Database Tables’ is closed to new replies.