As David suggests, it is probably MySQL's max_allowed_packet setting in
/etc/my.cnf (or wherever your MySQL configuration file is). I think
the default is 1MB, which would make sense. Take a look in your my.cnf
file in the [mysqld] section there might be a parameter with the value
max_allowed_packet=1MB. Try adding or changing this parameter to say
16MB or 32MB restart the MySQL server and see if the problem persists.Tim Casada David Sitsky wrote:
|
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Codestriker-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/codestriker-user
