View Single Post
  #10  
Old 09-17-2009, 07:16 PM
eqemuross
Hill Giant
 
Join Date: Sep 2008
Location: South Florida
Posts: 100
Default

Quote:
Originally Posted by Wesell View Post
Change the sql-mode setting in my.ini to a blank string. MySQL defaults this setting to STRICT_TRANS_TABLES on Windows and blank on Linux so the behavior of the storage engine is slightly different (disallowing default values on Blob and Text type fields).
so this would be correct?
Code:
# Set the SQL mode to strict
sql-mode=
__________________
Qeynos vs. Freeport PvP
Developer/GM
vilesyntax.com
Reply With Quote