aboutsummaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/db-scripts/mysqldump-notes.txt
blob: f204ae520e24f4ea143a78bec953a5b13b8236e8 (plain)
1
2
3
4
5
6
7
Create a Mysql database backup using this command:

	mysqldump -h (HOST) -u (USER) -p (DBNAME) > out-file

For example:

	mysqldump -h host -u dbpauser -p xxxx > out.sql