#til

#TIL : Mysql dumping only table structure

Adding -D to dump only data structure

Example :

$ mysqldump -h 127.0.0.1 -u root -p"something" -D database1 > db.sql

Enjoyed this post?

If you found this helpful, consider sharing it or leaving a kudo!

0 kudos