Hey guys, I've installed nginx with PHP and MySQL on my vServer and have now a problem: Every time I want to upload my backupped into my phpMyAdmin, It takes long time and then the connection will be resetted. I've set all max_execution_time-Settings (php.ini, nginx.conf) to "90000", which should be no problem. What can I do?
It seems as if your SQL dump is too large. I suggest you try this to import your SQL dump: http://www.howtoforge.com/faq/6_4_en.html
Thx, I could import my MySQL-data but how can I make the PMA-import function to work on nginx (for >3MB)?
Update in php5 the max upload size to the values you want/need For example: Code: upload_max_filesize = 10M post_max_size = 10M