View Single Post
  #2  
Old 07-21-2008, 12:19 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Either apply this fix if you are able to change code and compile:

http://eqemulator.net/forums/showthread.php?t=25148

OR

Take MySQL out of strict mode by running this query at a mysql prompt:

Code:
SET @@global.sql_mode= '';
Of course, you can also uninstall MySQL, and then reinstall it remembering to uncheck strict mode during setup, though the query above does the same thing.
Reply With Quote