Author Topic: mysqldump schema only  (Read 579 times)

0 Members and 1 Guest are viewing this topic.

Offline pralinTopic starter

  • Irregular
  • Posts: 2
    • View Profile
mysqldump schema only
« on: March 03, 2010, 12:45:17 PM »
hai i want to know how to dump schema only using mysqldump

Offline mapleleaf

  • Enthusiast
  • Posts: 237
    • View Profile
Re: mysqldump schema only
« Reply #1 on: March 03, 2010, 10:39:40 PM »
I think this will do it:
mysqldump --no-data --tables -u YOUR_USER_NAME -p DATABASE_YOU_WANT_SCRIPTED >> FILENAME.sql