Connect Timesout

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
darylt
Posts: 1
Joined: Tue 22 Jun 2010 06:56

Connect Timesout

Post by darylt » Tue 22 Jun 2010 07:02

I am trialling the db query builder.

I am using the http tunnel method to connect to my database.

the HTTP tunnel connects to the server, however I get a timeout error when trying to connect to the database.

I am sure the details are correct as I have managed to connect using the same detail with Navicat.

Can you help please?

.jp
Devart Team
Posts: 345
Joined: Wed 09 Sep 2009 06:55
Location: devart

Post by .jp » Tue 22 Jun 2010 13:32

We failed to reproduce the problem. We need the log file.

To get it, do the following:

Set in tunnel.php $LOG and $LOG_DEBUG to 1:
$LOG = 1; // Set to "0" to disable logging
$LOG_DEBUG = 1; // Set to "0" to disable additional debug logging

While connecting the log file will be created. Send us the file.

Post Reply