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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -