Oct 11
10
How to Dump MySQL Tables Without Data
Leave a comment »
Use the mysqldump command with the –no-data option:
mysqldump -u root -p --no-data apsec > C:UsersbillDesktoptables.sql
Oct 11
10
Use the mysqldump command with the –no-data option:
mysqldump -u root -p --no-data apsec > C:UsersbillDesktoptables.sql