Answer the question
In order to leave comments, you need to log in
How to write sql-mode correctly?
In the /etc/mysql/my.cnf file, you need to specify that the sql_mode parameter in the mysql settings be empty.
Tried:
SET sql_mode = ''; or
SET sql_mode = or
sql_mode = '';
Answer the question
In order to leave comments, you need to log in
This solution helped
. To enter a parameter in the my.cnf file, specify it in the [mysqld] block, i.e. so
[mysqld]
sql-mode=''
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question