/ Published in: MySQL
Remove
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mysqldump -u<user> -p<password> -hlocalhost <dbname> > nameoffile.sql
Comments
You need to login to view comments.
