i have mysql installed and table created. i want to remove strict_trans_tables from sql mode, how to do that? I tried the fonllowing: 1) go to phpmyadmin variable a
strict_trans_tables
In your mysql console change your sql_mode (eg for global change)
SET GLOBAL sql_mode = 'NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
but before change read carefully https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html