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

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -