US: 1-941-4621-069
  
Cyprus: 3-572-2052-781

Go Back   ISPsystem.com Forums > ISPmanager > Troubleshooting
Register FAQ Community Calendar Today's Posts Search


Reply
 
Thread Tools
Old 11-12-2013, 10:27 PM   #1
Junior Member
 
Join Date: Nov 2013
Posts: 4
a_smith is on a distinguished road
Default nginx “504 Gateway Time-out” on phpMyadmin dump upload

Hello all

I have problem with phpmyadmin. When I try to upload bigger sql dump (30MB) after about 1 minute I get white page and nginx “504 Gateway Time-out” error message.

(max file size/max post size/memory limit - all set up in Apache and PHP. No problem there).

Also I have quite long script times setup in Apache, nginx and PHP but it didn't work.

And I stack.... I am using FCGI for all domains but FCGI its runing with default setup

Please help some. Thanks.
a_smith is offline   Reply With Quote
Old 11-13-2013, 04:28 AM   #2
Support team
 
Join Date: Oct 2013
Posts: 44
usaafko is on a distinguished road
Default

Hello, you need to change timeouts in your FCGI processor (and I advice you to use mysqldump and mysql utilities)
usaafko is offline   Reply With Quote
Old 11-13-2013, 03:18 PM   #3
Junior Member
 
Join Date: Nov 2013
Posts: 4
a_smith is on a distinguished road
Default

To add

Code:
    proxy_send_timeout  600;
    proxy_read_timeout  600;
to /etc/nginx/ngix.conf solved the problem.

After having the system setup right phpmyadmi dump import option works like a charm and I never had any issue with it (even with almost 300MB dump). So personaly I dont see any reason for using external tools.
Thanks
a_smith is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:43 PM.