Quote:
Originally Posted by Wesell
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=