vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I know this problem is already on forums and archives but I don't understand mine ! My MySQL Server works well, there are many scripts and website using it, without any problem. Since few days I'm working on a new project and if a do (php) a mysql_connect and a mysql_query() I directly win a "Server has gone away". My query is a simple INSERT INTO on an empty table. I already changed my MySQL config to an higher max_allowed_packet and watch all the configuration... I don't find any problem. Other idea ? :/ Sorry to bother you again with this problem ... -- Kévin Labécot Analyste Programmeur www.cv.labecot.fr |
| |||
| Le 21 févr. 07 ŕ 14:17, Kévin Labécot a écrit : > Hi, > I know this problem is already on forums and archives but I don't > understand mine ! > > My MySQL Server works well, there are many scripts and website > using it, without any problem. > Since few days I'm working on a new project and if a do (php) a > mysql_connect and a mysql_query() I directly win a "Server has gone > away". > > My query is a simple INSERT INTO on an empty table. > > I already changed my MySQL config to an higher max_allowed_packet > and watch all the configuration (setting to higher cache, > timeouts ...)... I don't find any problem. > > Other idea ? :/ > > Sorry to bother you again with this problem ... I need to fix this problem for my projects... Anyone can help me ? kevin@leila:~$ mysql --version mysql Ver 14.12 Distrib 5.0.24a, for pc-linux-gnu (i486) using readline 5.2 -- Kévin Labécot Analyste Programmeur www.cv.labecot.fr |
| ||||
| Kévin Labécot wrote: > > Le 21 févr. 07 ŕ 14:17, Kévin Labécot a écrit : > >> Hi, >> I know this problem is already on forums and archives but I don't >> understand mine ! >> >> My MySQL Server works well, there are many scripts and website using >> it, without any problem. >> Since few days I'm working on a new project and if a do (php) a >> mysql_connect and a mysql_query() I directly win a "Server has gone >> away". >> >> My query is a simple INSERT INTO on an empty table. >> >> I already changed my MySQL config to an higher max_allowed_packet and >> watch all the configuration (setting to higher cache, timeouts ...)... >> I don't find any problem. >> >> Other idea ? :/ >> >> Sorry to bother you again with this problem ... > > I need to fix this problem for my projects... Anyone can help me ? > > kevin@leila:~$ mysql --version > mysql Ver 14.12 Distrib 5.0.24a, for pc-linux-gnu (i486) using readline > 5.2 > > --Kévin Labécot > Analyste Programmeur > www.cv.labecot.fr > > > > --MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/mysql?unsub=james@trusswood.net > > > Anything in the MySQL error log? Also, FWIW, 5.0.27 looks to be the current version of MySQL May try an upgrade? -- Thanks, James |