How to Dump MySQL Tables Without Data

Use the mysqldump command with the –no-data option:

mysqldump -u root -p --no-data apsec > C:UsersbillDesktoptables.sql

Tags: , , , , ,

Leave a Comment