开发者

How can I mysqldump the contents of a few tables or just the schema?

开发者 https://www.devze.com 2023-04-08 13:11 出处:网络
Can you help me with the following: dump from the database just the con开发者_开发百科tents of a few tables?

Can you help me with the following:


mysqldump -u username -p database [table] > file.sql

Use the --no-data option to dump just the schema.

mysqldump --no-data ...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号