mysql dump single table


/ Published in: SQL
Save to your folder(s)

Backup a single table from a database


Copy this code and paste it in your HTML
  1. mysqldump -u{USER} -p{pass} {DATABASE} {TABLE} > c:\dump.sql

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.