I have been struggling with this for past one hour. I am using WAMP Local server on windows maching so everything is under my control. I am getting maximum execution time 60 seconds error when trying to import Wordpress xml file.
I have set these values in php.ini:
max_execution_time = 1200
memory_limit = 512M
max_input_time = -1
I have also edited my wp-config file : set_time_limit(0);
I restarted server after making changes. Still I get error
) Fatal error: Maximum execution time of 60 seconds exceeded in C:\wamp\www\xxa\wp-includes\wp-db.php on line 1285
Thanks Ahmar