I've one small question about the cron job, Do I have to insert my data plain text in here?
mysql --user=[MyUser] --password=[Mypassword] --database=[mydbname] --execute="Query Here"
I've seen one topic saying not to put the password plaintext in there but to use -ppassword. but I'm not sure how is that not plaintext if I am going to put my password after the -p anyway? Some information about it would be appreciated :) Thanks in advance