I have a MySQL Table with 31 Columns and A few hundred rows. When I want to look at the table in phpMyAdmin (SELECT * FROM the_table
in phpmyadmin), it displays "loading" for several minutes, before eventually showing me the table. Weird is, that PhpMyAdmin also says that the query was executed in 0.002 seconds.
Shortly before finishing loading, phpMyAdmin displays a tiny error message that the Input variables exceeded 1000
- Why is that so?