I am using phpMyAdmin to administer a local test mySQL database on a Win2K Professional workstation, and on a Linux Redhat Server. I take a dump of the full database from the server, then run the SQL on the Win2K workstation. It was working fine until the database got big, and now it gets the error "Maximum execution time of 300 seconds exceeded in c:\webtest\htmlroot\phpbb2\phpmyadmin\read_dump.php on line 78."
After doing some research, I found that this can be controlled by a setting in the php.ini file. The setting for max execution time there was set to 30, so I changed it to 600... and I get the same error. I found a setting of max time in the Apache configuration that was set to 300 and I also changed that to 600... same error. I am positive that I have the right configuration files because I cleaned the whole environment off of my system and reinstall everything.
This is really killing me... no way to restore my test environment so I'm dead in the water for development. Any help will be appreciated... thanks.