Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Hello,
you all (cron, phpmyadmin, events) mixed together, IMHO.
Cron is an OS-level task scheduler.
PhpMyAdmin is a web interface for managing MySql.
Events is the scheduler inside MySql.
Cron and events (events) in MySql are not related at all. In MySql events, you write some code with SQL commands, and if event_scheduler is enabled, then the database server will process this code at the right time. PhpMyAdmin helps to write this code in the web interface, not in the console. Cron is not needed to process MySql events.
Read here, for example:
https://habr.com/post/123391/
www.rldp.ru/mysql/mysqlpro/events.htm
or in search engines, type "work with events in mysql" - it will display a bunch of links to docks and examples.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question