Hi there. I tried to add a cronjob on Tommy Server for a simple SQL update query on my DB using the command below, but it didn't work: mysql --user=DBUSER --password=PASS --database=DBNAME --execute="UPDATE table SET colunm=value;" I've set this cronjob to 13:30 20th MAR but nothing happened. Do you guys have any tip on the syntax I used or where can I see the log for this query ? Thanks! Paulo.