
Originally Posted by
pixelpadre
I had done some research because mysql was effected. One suggestion was to delete the ibdata files. Well, I saved them locally and then deleted them on the server. .frm files were not touched. I have since restored the original ibdata files.
Nothing really damaged though.
but pages arent loading. log says missing table. Ordinarilly not a problem. But its CEON uri. Install dow not come with tables. It creates them.
I checked the server, and they are there in var/lib/mysql. In phpmyadmin, table is named but when I click on it it says missing table.
So. How can I refresh phpmyadmin to pickup the tables?
phpMyAdmin simply reports what it reads from MySQL.
And MySQL usually reports everything automatically, except occasionally when things are damaged.
Sometimes restarting MySQL is enough.
Sometimes repairing the tables manually from the command-line is necessary:
Code:
mysqlcheck --all-databases -r #repair