LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Remote MySQL server connection dies after Wget large file (https://www.linuxquestions.org/questions/linux-server-73/remote-mysql-server-connection-dies-after-wget-large-file-860416/)

HeyBrew 02-03-2011 03:39 AM

Remote MySQL server connection dies after Wget large file
 
We have 2 servers, 1 is the webserver and the other is the Mysql server.

When transfering a 2GB file from the webserver to the Mysql server.
The webserver's connection to the mysql DB server dies completely.

Need to restart the MYSQL process in order for it to come back online.

During this connection downtime, when using phpmyadmin on the mysql server shows no problem running queries etc.


Any advice?

petebow4 02-03-2011 08:04 AM

Quote:

When transfering a 2GB file from the webserver to the Mysql server.
How are you transferring the files?

Can you connect to the server running MySql through some other means after this happens? i.e. SSH?

HeyBrew 02-16-2011 09:09 AM

Quote:

Originally Posted by petebow4 (Post 4247089)
How are you transferring the files?

Can you connect to the server running MySql through some other means after this happens? i.e. SSH?

Using wget to transfer the file across.

Yes SSH works fine. Its as if MYSQL connections gets clogged.


All times are GMT -5. The time now is 03:31 AM.