• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Issue MySQL Event scheduler

mudassar

Basic Pleskian
I have just installed a HR system on my server, however it is asking for MYSQL Event Scheduler to be active.

I am unable to find any instructions on how to do this?
 
The following SQL query will tell you if the scheduler is available and enabled:

SELECT @@event_scheduler;

To enable event scheduler if it's disabled try calling:

SET GLOBAL event_scheduler := 1;
 
Back
Top