I have a MySQL table which contains 6.5 million records. When I try to access that table from phpMyAdmin I get:
Fatal error: Maximum execution time of
you need to set max_execution_time in php.ini
max_execution_time=6000
HAPPY CODING