-
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
Doesn't seem to support mysql/mysql-operator #280
Comments
My version is 8.0.36. |
2024-11-14T03:06:36.542402Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_auth_socket=FORCE_PLUS_PERMANENT'. when i configuration my.cnf after,it's not work still: |
I inserted the plugin into the mysql/community-server image, but it failed to initialize:
2024-11-11T06:45:56.168676Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-11-11T06:45:56.169035Z 0 [ERROR] [MY-013129] [Server] A message intended for a client cannot be sent there as no client-session is attached. Therefore, we're sending the information to the error-log instead: MY-001146 - Table 'mysql.component' doesn't exist
2024-11-11T06:45:56.169103Z 0 [Warning] [MY-013129] [Server] A message intended for a client cannot be sent there as no client-session is attached. Therefore, we're sending the information to the error-log instead: MY-003543 - The mysql.component table is missing or has an incorrect definition.
2024-11-11T06:45:56.169288Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_auth_socket=FORCE_PLUS_PERMANENT'.
2024-11-11T06:45:56.169311Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_group_replication_recovery_use_ssl=1'.
2024-11-11T06:45:56.170112Z 0 [ERROR] [MY-010326] [Server] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist
2024-11-11T06:45:56.170197Z 0 [ERROR] [MY-010952] [Server] The privilege system failed to initialize correctly. For complete instructions on how to upgrade MySQL to a new version please see the 'Upgrading MySQL' section from the MySQL manual.
2024-11-11T06:45:56.170350Z 0 [ERROR] [MY-010119] [Server] Aborting
2024-11-11T06:45:56.171610Z 0 [Note] [MY-012330] [InnoDB] FTS optimize thread exiting.
My configuration is as follows:
The text was updated successfully, but these errors were encountered: