![]() |
nginx Errors
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? |
Any errors in your logs?
Post some suspicious log results :D |
Yes, I have in /var/logs/nginx/error.log:
Quote:
|
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 |
| All times are GMT +2. The time now is 20:38. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.