I want import huge (at least 300 mb) sql scripts via phpMyAdmin.
I\'ve tried:
post_max_size = 750M
upload_max_filesize = 750M
max_ex
To increase the phpMyAdmin Session Timeout, open config.inc.php in the root phpMyAdmin directory and add this setting (anywhere).
$cfg['LoginCookieValidity'] = ;
Where is some number larger than 1800.
Note:
Always keep on mind that a short cookie lifetime is all well and good for the development server. So do not do this on your production server.
Reference