I would like to know the command to perform a mysqldump of a database without the prompt for the password.

REASON:
I would like to run a cron job, which takes a mysqldump of the database once everyday. Therefore, I won’t be able to insert the password when prompted.

How could I solve this ?

14 Answers
14

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *