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' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -