I have been using MySQL in a windows environment now for a couple of years. I have used 4.x and now have been using 5.0.
I often had problems with v5 and eventualy tracked it down to the SQL mode STRICT_TRANS_TABLES which by default is enabled when using the MySQL MSI installer.
I have read the documentation at MySQL website on SQL modes but I am still trying to understand what this SQL mode is/does exactly.
Can someone explain this SQL mode to me? What is the purpose of this mode and how does it differ from default SQL mode used in 4.x?
Thanks
-a6m1n0
Curiosity only kills cats.
I often had problems with v5 and eventualy tracked it down to the SQL mode STRICT_TRANS_TABLES which by default is enabled when using the MySQL MSI installer.
I have read the documentation at MySQL website on SQL modes but I am still trying to understand what this SQL mode is/does exactly.
Can someone explain this SQL mode to me? What is the purpose of this mode and how does it differ from default SQL mode used in 4.x?
Thanks
-a6m1n0
Curiosity only kills cats.