Thread: MYSQL Question
View Single Post
  #2  
Old 11-28-2004, 07:51 PM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

find my.ini (windows) or my.cnf (linux, /etc/my.cnf) and set 8M instead if 1M to
set-variable = max_allowed_packet=1M

->

set-variable = max_allowed_packet=8M

relaunch mysql after you did this.
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote