1 Answer
check strict mode. if is it enabled please disable strict mode run the following steps.
linuxhelp opensis # vim /etc/mysql/my.cnf
[mysqld]
sql_mode=
linuxhelp opensis # systemctl restart mysql.service
Your Answer
x