I'm using Mac Yosmite. When I import file sql (3MB) into phpmyadmin, I get this error:
Script timeout passed, if you want to finish import, please resubmit same file and import will resume.
I already edited file php.ini, but it is still not working.
My config: php.ini
post_max_size = 256M
upload_max_filesize = 256M
max_execution_time = 600
max_input_time = 600
memory_limit = 512M
And ~/Sites/phpmyadmin/libraries/config.default.php, change from
$cfg['ExecTimeLimit'] = 300;` to `$cfg['ExecTimeLimit'] = 0;