Hi,
I want to backup mysql database on the fly.
Is this the correct way to do this.... Since I don't know how many database out there on my server, I want to backup every thing on the server.
Code:
mysqldump -u sql_admin -pxyz --all- database > june4mysql_backup.sql
Thanks.