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


You need to login to view comments.