Ask a Question related to Coldfusion Database Access, Design and Development.
-
rdg #1
CF5 Loosing connection to MySQL server during query
I recently switched from using Access tables to using mySQL. Am
experiencing frequent errors of "lost connection to mySQL server."
Occurs more or less randomly, not on specific queries. Doing a page
reload is usually successful.
This is an example of a query that has timed out frequently - a simple
query against a table with less than 100 records.
ODBC Error Code = S1T00 (Timeout expired)<P> Lost
connection to MySQL server during query<P>
<P>SQL = "Select * from menulist"
I am using a dynamic query type with a connection string as follows:
"driver={MySQL ODBC 3.51
Driver};server=ServerIPaddress;port=3306;database= dbname;Uid=userID;Pwd=password;option=3;"
I am subscribed to a shared server environment, tech support so far
unable to determine why this is happening.
Any help much appreciated.
-Rick DelGreco
Vegetable Kingdom
rdg Guest
-
ERROR 2013 (HY000): Lost connection to MySQL server during query
Hi to everybody, I have upgrade to mysql 5.0.18 my linux box and when I'm trying to make any command in this table: select * from PROGETTO;... -
#26490 [Com]: Lost connection to MySQL server during query
ID: 26490 Comment by: claudelfino at hotmail dot com Reported By: chris dot noden at monstermob dot com Status: ... -
Lost connection to MySQL server during query
I have a script that is processing data from a single table and splitting it into smaller normalized tables. The script takes anywhere... -
error: 'Lost connection to MySQL server during query'
I have tried installing MySQL on RedHat 9 using instructions in INSTALL-BINARY and am getting the following error when trying to finish installing... -
[PHP] Lost Connection to MySQL server during query
Are you using mysql_pconnect or just mysql_connect? Donald Tyler wrote:



Reply With Quote

