sql-mode=“NO_ENGINE_SUBSTITUTION” permanent in MySQL my.cnf

Set it once with: SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION'; SET SESSION sql_mode [...]