Hello,
My website shows this error:
"The sql-mode strict_trans_tables is enabled in your MySQL server, please disable it."
Please help me **disable strict mode** by removing `STRICT_TRANS_TABLES` from `sql_mode`.
Specifically:
SET GLOBAL sql_mode = '';
or at least remove `STRICT_TRANS_TABLES` from MySQL configuration.
I don’t have SUPER privilege to do this in phpMyAdmin.
Thank you!
My website shows this error:
"The sql-mode strict_trans_tables is enabled in your MySQL server, please disable it."
Please help me **disable strict mode** by removing `STRICT_TRANS_TABLES` from `sql_mode`.
Specifically:
SET GLOBAL sql_mode = '';
or at least remove `STRICT_TRANS_TABLES` from MySQL configuration.
I don’t have SUPER privilege to do this in phpMyAdmin.
Thank you!