How to set the "event scheduler" variable in MariaDB10 to "ON" permanently?
最后修订日期:
2022-06-24
Applicable Products:
- QTS 5.0.0 or later
- MariaDB 10
Some applications might require to set the “event scheduler” variable in MariaDB10 as “ON”. However, using phpMyAdmin to change this variable only works temporarily. It will return to “OFF” after NAS reboots.

To set the “event scheduler” variable in MariaDB10 as “ON” permanently, please use ssh to login NAS, and add the two lines below to /share/CACHEDEV1_DATA/.qpkg/MariaDB10/etc/mariadb.conf.
[mariadb]
event_scheduler=ON
event_scheduler=ON