Several forms of export mysql data - to be updated

 

1. Export some tables of a database, add where condition

 mysqldump -u [username] -p -h [ip address] --default-character-set = utf8 [Database Name] [table] --where = "id = '1'"> [Path Download]

 

 

 

 

 

 

 

Guess you like

Origin www.cnblogs.com/haloujava/p/12009219.html