Information about MySQL Cron jobs -
i've 1 small question cron job, have insert data plain text in here?
mysql --user=[myuser] --password=[mypassword] --database=[mydbname] --execute="query here"
i've seen 1 topic saying not put password plaintext in there use -ppassword. i'm not sure how not plaintext if going put password after -p anyway? information appreciated :) in advance
Comments
Post a Comment