How to set the "event scheduler" variable in MariaDB10 to "ON" permanently?
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.
event_scheduler=ON