Test cron jobs
How to test daily/weekly/monthly cron jobs
run-parts /etc/cron.daily -v
How to test daily/weekly/monthly cron jobs
run-parts /etc/cron.daily -v
create a use with read-only rightssudo useradd -r -s /bin/false USERNAME
create this user in dbgrant select on database_name.* to 'USERNAME'@'%' identified by 'password';