elum.chaitu Posted September 4, 2010 Share Posted September 4, 2010 Hello , I have been using WampServer 2.0i [07/11/09] with (Apache 2.2.11, MySQL 5.1.36 & PHP 5.3.0 ) for a year. When I access large DB table using a product "Tableau" it return with a message "MySQL database error 0x80004005: [MySQL][ODBC 3.51 Driver][mysqld-5.1.36-community-log]MySQL server has gone away" and "Tableau" indicates that it is an MySQL problem. Within the "C:\wamp\bin\mysql\mysql5.1.36\My.ini" it has the "max_allowed_packet = 16M" under the "[mysqldump]". Do you have any suggestions on how to remedy this problem ? Link to comment https://forums.phpfreaks.com/topic/212524-why-mysql-server-has-gone-away/ Share on other sites More sharing options...
freeloader Posted September 4, 2010 Share Posted September 4, 2010 Does this happen upon accessing or while running in a larger script? Usually when I get this error, it's because I'm running the script longer then the max allowed connection time set in my host settings. Either edit those or making a reconnection script would fix that problem. Link to comment https://forums.phpfreaks.com/topic/212524-why-mysql-server-has-gone-away/#findComment-1107250 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.