I am trying to import a large database into my WAMP 2.5 server phpmyadmin. After importing some tables an error occurs:
Fatal error: Maximum execution time of 360 seconds exceeded in C:\wamp\apps\phpmyadmin4.1.14\libraries\dbi\DBIMysqli.class.php on line 285
and the importing process is stopped. I have already increased max_execution_time
in my php.ini file. Can anyone help me resolve this problem?