Link to home
Start Free TrialLog in
Avatar of Jason C. Levine
Jason C. LevineFlag for United States of America

asked on

phpMyAdmin says: Gateway Time-out The gateway did not receive a timely response from the upstream server or application.

Hi folks,

I'm trying to look at one my databases using phpMyAdmin.  I'm able to login and see the tables just fine but as soon as I click a table to view details, the browser just sits there and spins for 5 minutes before reporting:

Gateway Time-out

The gateway did not receive a timely response from the upstream server or application.

This happens with any table.  There are two "big" tables in this system (~188,000 and ~ 275,000 rows) but each table only has five and seven columns and only stores small integer and text values (no huge values in any table cells).

Any ideas?
Avatar of thecrew
thecrew

You can feel good that the problem is not with your computer or Internet connection.

A 504 Gateway Timeout Error is a network error between servers on the Internet or an issue with an actual server.

This problem is due to slow IP communication between back-end computers (possibly including the Web server).
There really isn't much you can do except contact the server company...
Avatar of Jason C. Levine

ASKER

>> This problem is due to slow IP communication between back-end computers (possibly including the Web server).

Ack.  I'll check with the ISP but here's a fun one for you:  This is a dedicated server so web sites and MySQL are all hosted on the same box.  Out of a hundred or so mysql databases, this is the only one coming up with problems.

Does the above still apply?
ASKER CERTIFIED SOLUTION
Avatar of thecrew
thecrew

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yep, ISP issue.  Sorry for the delay in getting back to you.