Autorun SQL. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Autorun SQL.

How can i execute query where time is equal to 00:00 without connecting to the server.

2nd May 2018, 11:46 PM
Abderrahim Oukhrib
Abderrahim Oukhrib - avatar
3 Answers
+ 3
Like Feichtinger Andreas said create a cronjob. Run "crontab -e" to open an editor of the cron file. There are plenty of tutorials online of how to make cronjobs.
3rd May 2018, 9:26 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar
+ 2
on linux its simple create a cronjob
3rd May 2018, 2:08 AM
Lexfuturorum
Lexfuturorum - avatar
+ 1
i think they are in /etc/con.d
3rd May 2018, 2:09 AM
Lexfuturorum
Lexfuturorum - avatar