Mariadb: switch off strict mode

How can I switch of the strict mode in mariadb ?
(I have problems to import csv-tables with some non utf8 characters, which I would like to ignore, warning instead of error)

Thank-you CJC

this?

I had a typo.

The solution is

vi /etc/my.cnf.d/server.cnf
-----------------------------------------
sql_mode=""

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.