17 May 2017 • #til#TIL : Mysql dumping only table structuretil mysqlAdding -D to dump only data structureExample :$ mysqldump -h 127.0.0.1 -u root -p"something" -D database1 > db.sqlEnjoyed this post?If you found this helpful, consider sharing it or leaving a kudo!0 kudos
Adding -D to dump only data structureExample :$ mysqldump -h 127.0.0.1 -u root -p"something" -D database1 > db.sql