-
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
mysql8 offset #251
Comments
Me too.But my mysql version is 8.0.30. //offsets for: /opt/mysql/bin/mysqld (8.0.30) |
I have the same issue. Has anyone been able to install the audit?You need to disable the SElinux, after that make sure that the audit file has the execute permission. If you see an error like 'Client does not support authentication protocol' run the next query in MySQL server: flush privileges; then the monitoring will start. |
I have the same error in However, still have some errors. |
Have you solved it? |
Have you solved it? |
What Linux distribution do you use? It looks like you were installed with compile? I only solved the offsets error by install mysql-community-server-core-dbgsym package. And plugin still can't work. |
5.15.0-126-generic #136 SMP Thu Nov 14 16:38:05 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux nhga@virtual-machine:/audit-plugin-mysql-8.0-1.1.7-913/utils$ ls |
mysql error log :
2022-09-10T11:47:39.403582+08:00 7 [Note] [MY-000000] [Server] Trellix Audit Plugin: Failed to compute offsets connect_attrs. pfs [0x7f902bdbb500], connect_attrs [0x7f90200688c0], connect_attrs_length [0], con
nect_attrs_cs [(nil)]
so I compute offsets , but :
./offset-extract.sh /usr/local/mysql/bin/mysqld
//offsets for: /usr/local/mysql/bin/mysqld (8.0.28)
{"8.0.28","d22ccc1a402f228aa3f2701a70a84d1e"offsets.gdb:7: Error in sourced command file:
No symbol table is loaded. Use the "file" command.,
How to solve ?
The text was updated successfully, but these errors were encountered: