February 2018
Intermediate to advanced
510 pages
16h 10m
English
MySQL 8 uses the log_error_services system variable to control error log components. It allows users to define multiple components by semicolons, separated for the execution. Here, components will be executed in the order in which they are defined. The user is allowed to change the values of this variable with the following constraints:
INSTALL COMPONENT 'file://component_log_sink_syseventlog'; SET GLOBAL log_error_services = 'log_filter_internal; log_sink_syseventlog'; ...
Read now
Unlock full access