MySQL dump/export command


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

(taking cori comment into account)


Copy this code and paste it in your HTML
  1. mysqldump -u USER -p DATABASE > filename.sql

Report this snippet


Comments


You need to login to view comments.