-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MySQL 8.0.30: Plugin 'AUDIT' registration as a AUDIT failed. #264
Comments
i'm not familiar with the code, seems like when to install the mysql plugin, failed at the init check as below,
so i checked the init() function as below,
then, i checked the function init_vio_socket_connect() and init_str_session() respectively,
the mysql i installed on my server has this "_Z18vio_socket_connectP3VioP8sockaddrjbiPb", so this function will return 'true'
unfortunately, there is no "command_name" and "_ZN13Command_names11str_sessionE19enum_server_command" found in my mysql server, so this function will return 'false'
because of this, function init() does an operation "init_vio_socket_connect() && init_str_session();" then returns a 'false'. no clue if my guess is correct. |
Hi, Greetings.
I'm getting the following error trying to install libaudit_plugin.so. Appreciate any ideas. Thank you.
Error messages:
Audit plugin version(i see the plugin description says it starts to support MySQL 64-bit 8.0.30, so I installed the MYSQL community server 8.0.30, however, i didn't get luck to make it successfully be installed on my redhat 9.0 server):
OS version:
MYSQL version:
[
My.cnf settings:
offset values (it matches the one added in the my.cnf):
Entire error logs (logs are captured whilerunning systemctl restart mysqld):
The text was updated successfully, but these errors were encountered: