Forum Moderators: open
mysqldump --opt -uUsername -pPassword products> c:\backup.sql
What im after is something like this....
mysqldump --opt -uroot -p1ojrtl1! products> c:\backupTIMESTAMP.sql
Whats the best way to achieve this?
mysqldump --opt -uUsername -pPassword products > c:\backup%DATE%.sql
Well, i have never tried it but it should work.
Milan