Tag Archive: corrupt

March 19, 2019   /   by Marco   /   , , , , ,

HOW TO FIX DELETING A TABLE THAT DOESN’T EXIST

HOW TO FIX DELETING A TABLE THAT DOESN’T EXIST

In my mySQL database I noticed that there was a table missing from phpmyadmin. I tried creating the table but mySQL reported that it already exist (it was a ghost table). I tried using mysqlcheck to repair the database and it came back saying it the table didn’t exist. I then tried to create the table and […]

read more

January 13, 2017   /   by Marco   /   , , , , , ,

HOW TO FIX A CORRUPTED TABLE IN A MYSQL DATABASE

HOW TO FIX A CORRUPTED TABLE IN A MYSQL DATABASE

One of the websites I manage Digital Signage Blog was not displaying correctly (posts were not displaying, menu was missing links to the categories and only displaying pages) and after some investigation, I discovered one of the database tables (the categories table – wp_term_taxonomy) was corrupted. I attempted to repair the database by using these instructions […]

read more