My MySQL table has 6.5 million records in it. This is what I get when I try to access that table from phpMyAdmin:
Fatal error: On line 1457 of display tbl.lib.php in C:xampp-newphpMyAdminlibraries, the maximum execution time of 30 seconds was exceeded.
I'm only trying to browse the records; I'm not doing any queries that could go wrong. Only my server is experiencing this issue. And there are fewer records on my local PC than on the server.
I've already set the maximum execution duration to the maximum in my php.ini file.
How can I correct this flaw?