Since I got phpMyAdmin 3.5.2.2 there is a strange problem. When I add a new column to a particular table it is not shown in the overview. This problem occurs only one table, all other are fine. Couldn't find something in the settings :/
I have experienced this as well. (XAMPP 1.8.1, PHP 5.4.7, PMA 3.5.2.2).
Ugly method to solve this problem:
- Export table as text (SQL dump)
- Drop table
- Restore table (with the SQL dump backup)
I've found a slightly less ugly answer to this problem! You can go to the "Operations" tab and copy the table to another database, and then you could drop the original table and copy back, or just switch the code. I have my database connections all set with one variable, so changing the code is really easy for me personally. Hope it helps!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With