Howdy, Is there a way to specifiy a password with mysqldump? I would like to add a few mysqldump commands to a cron but can't seem to figure out a way to schedual them without direct user input of the password
mysqldump -h mysql.yourdomain.com -u user -p dbname > /home/user/mybackup.sql
I imagine there has to be a way to do this, thanks for any help!
mysqldump -h mysql.yourdomain.com -u user -p dbname > /home/user/mybackup.sql
I imagine there has to be a way to do this, thanks for any help!