-
-
Notifications
You must be signed in to change notification settings - Fork 413
Increase compatibility with MySQL 8.x #4902
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
Comments
First issue, our recommendations no longer are valid. |
The procedure to create a user at the same time you are creating grants is not supported. |
We are getting errors related to the password caching in MySQL 8.0.31 missing a Shared library. So, we need to set: # required to make life easier on MySQL 8.x
default_authentication_plugin = mysql_native_password Until this issue is fixed by Oracle. Here is the error we are getting:
|
The latest MySQL 8.x does not show the number of characters for various |
The |
The following two options are no longer supported: innodb_file_format = Barracuda
innodb_large_prefix = 1 |
The default user/password of 'cactiuser'@'localhost' with a password of 'cactiuser' is no longer possible. |
The issue above was cleared by dropping and re-creating the database with the proper default settings in /etc/my.cnf. |
Okay, have a workaround for Automation. |
Feature Request
Is your feature request related to a problem? Please describe
We normally do not test on MySQL 8, but recently had a user report an issue with MySQL 8 and our audit database script. As such, we need to start documenting compatibility errors with MySQL 8.x and create a project to remediate.
Describe the solution you'd like
Evaluate the install and operation of Cacti when using MySQL 8
Additional context
MySQL has been altering/breaking things recently.
The text was updated successfully, but these errors were encountered: