phpMyAdmin doesn't show added columns

phpmyadmin

Solution

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)

Problem

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 :/

Original source