Open Glimbrant opened 10 years ago
mysqldump for local use added, as mysql will generate a warning if you pass -uusername and -ppassword. Should be stored in .my.cnf according to MySQL for security reasons.
Example of .my.cnf
[mysqldump] user=root password=root
Its dependent on a .my.cnf file.
I think thats the safest and cleanest solution to take.
mysqldump for local use added, as mysql will generate a warning if you pass -uusername and -ppassword. Should be stored in .my.cnf according to MySQL for security reasons.