I have large mysql database about 130 mb, I need to upload it through phpmyadmin, but I get error message
Script timeout passed
I already changed upload_max_filesize, memory_limit and post_max_size in php.ini and also Maximum execution time setting max_execution_time = 30000 but it looks like this is not working because after 5 or 10 minutes I get this script timeout error message. How could that be if I changed max_execution_time = 30000 which should be 500 minutes ?
And yes I restarted Apache after these changes

PS. I'm on local server, using xampp, but when I find out what is the problem, I will need to do all this on my Linode