Created
March 14, 2015 12:18
-
-
Save mathiasgrimm/42050d9116c9e16538f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'options' => array( | |
// make sure to define the same in your my.cnf to ensure that every client (heidisql, mysqlworkbench, etc...) | |
// will be using it | |
PDO::MYSQL_ATTR_INIT_COMMAND => "SET sql_mode = 'TRADITIONAL'" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment