• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Backup all of mysql database

sao sang mo

New Pleskian
hi,
I run below command to backup all of databases:
mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` -all-databases > /root/all-database.sql
but get problem:
mysqldump: Got error: 1049: Unknown database '–all-databases' when selecting the database

How can i solve it?
thanks
 
Read carefully help for mysqldump command. -all-databases is option but not name of database.
 
Back
Top