I din mysql-konsol skal du ændre din sql_mode (f.eks. for global ændring)
SET GLOBAL sql_mode = 'NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
men før ændring skal du læse omhyggeligt https://dev.mysql. com/doc/refman/5.7/en/sql-mode.html
I din mysql-konsol skal du ændre din sql_mode (f.eks. for global ændring)
SET GLOBAL sql_mode = 'NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
men før ændring skal du læse omhyggeligt https://dev.mysql. com/doc/refman/5.7/en/sql-mode.html