Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Changing mysql strict mode  (Read 4129 times)

0 Members and 1 Guest are viewing this topic.

dustin

  • Guest
Changing mysql strict mode
« on: August 16, 2014, 07:19:54 am »
If MysQL mode is in strict and some commands aren't going through. This mode enforces very explicit restrictions on the data and format of data that goes into the table columns

To turn off strict mode in MySQL, edit the my.ini or my.cnf file

change the sql-mode line to:
sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

===