IP Daily.Biz: "1. Export A MySQL Database
This example shows you how to export a database. It is a good idea to export your data often as a backup.
Using SSH, execute the following command:
mysqldump -u username -p database_name > dbname.sql
You will be prompted for a password, type in the password for the username and press Enter."
'via Blog this'
No comments:
Post a Comment