skip to Main Content

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?

VIEW QUESTION

How to export mysql data as xlsx?

How to export the data from mysql as xlsx, mysql workbranch only support export as CSV as i see in workbranch. I wan to have some programme which can directly get an mysql stored procedures result as .XLSX format file.…

VIEW QUESTION
Back To Top
Search