Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the copy-the-code domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pb-seo-friendly-images domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the johannes domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121
MySQL said: #1227 - Access denied; you need (at least one of) the SUPER, SET USER privilege(s) for this operation - PC✗3
MySQL said: #1227 – Access denied; you need (at least one of) the SUPER, SET USER privilege(s) for this operation

MySQL said: #1227 – Access denied; you need (at least one of) the SUPER, SET USER privilege(s) for this operation

While adding a routine from cPanel > PHPMyAdmin, I was getting this error message –
#1227 – Access denied; you need (at least one of) the SUPER privilege(s) for this operation

chrome wdRKKXTBHJ - MySQL said: #1227 - Access denied; you need (at least one of) the SUPER, SET USER privilege(s) for this operation

First check if event scheduler is enabled on the server:

SHOW VARIABLES
WHERE VARIABLE_NAME = 'event_scheduler'

If it is not enabled, enable it from SQL:

SET GLOBAL event_scheduler = ON;

and to make it permanent, edit my.cnf

nano /etc/my.cnf

Add:

event_scheduler = 1

Save the file and restart mysql.

service mysqld restart
whoami
Stefan Pejcic
Join the discussion

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.