How to get rid of STRICT SQL mode in MySQL

后端 未结 7 754
日久生厌
日久生厌 2020-12-15 04:59

This is a follow up to this question MYSQL incorrect DATETIME format

How to get rid of STRICT_TRANS_TABLES once and for all?

mysql --help report

7条回答
  •  感情败类
    2020-12-15 05:15

    On Mac OS X El Capitan i created a file .my.cnf in the user home dir and set the settings for mysql under [mysqld] and then restarted mysql. Worked fine!

提交回复
热议问题