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?
Connect Timesout
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.
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.