Mysqldump tips

  • Dump the table structure
    mysqldump  --compact --no-data
  • Dump the data only
    mysqldump --compact --no-create-info
  • Dump the routines
    mysqldump  --skip-opt --no-create-info --no-data --routines --triggers 

 

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer