Mysql – Restore db from sql file
I am tring import data from sql file using command line like this: mysys-12: mysql -u root -p my_db_t < my_db_t_2022_10_12.sql but I got: mysql: [ERROR] unknown variable 'sql-mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTIO How can I import data? Should I add any params?