Answers for "dump mysql table to sql file"

SQL
0

mysql dump with table query

mysqldump db_name table_name --where="id > 1"
Posted by: Guest on May-15-2020
-1

export mysql table to file

mysqldump db_name tbl_name;
Posted by: Guest on July-01-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language