Dump database mysql commandline


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

Remove


Copy this code and paste it in your HTML
  1. mysqldump -u<user> -p<password> -hlocalhost <dbname> > nameoffile.sql

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.