/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mysqldump -u username -ppassword -h localhost database_name > file.sql
Comments
You need to login to view comments.
