-
Notifications
You must be signed in to change notification settings - Fork 57
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
offset-extract.sh error in ubuntu 18.04 #249
Comments
I have seen and also experienced this bug numerous times!! You have to have the -dbgsym .deb server (in your case I think is mysql-community-server-dbgsym_5.7.39-1ubuntu18.04_amd64.deb). Side note dbgsym stands for "Debug SYMbols." (those symbols are the ones that the error is saying that it could not find) I hope it helps! |
@penascimento Thank you for your help, but still no success. I followed this document for the installation : https://ubuntu.pkgs.org/18.04/mysql-5.7-amd64/mysql-community-server-dbgsym_5.7.40-1ubuntu18.04_amd64.deb.html |
First, all my tests have shown me that not all versions of MySQL 5.7 have a compatible audit for every ubuntu version! With that in mind, the latest MySQL version I got working in ubuntu 18.04 with an operational audit, after several tries, was MySQL 8.0.25 (with audit v1.1.12-999). I used MySQL dpkg directly from mysql.com The procedure that I created, from various online posts (sorry I can not remember all places from where I compiled all this info), restart MySQL and that should do it! |
ubuntu18.04
mysql 5.7.39
plugin: audit-plugin-mysql-5.7-1.1.12-999-linux-x86_64.zip
I found a similar issue: #234
Is there a solution now?
Thank You
The text was updated successfully, but these errors were encountered: