You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-05-16T06:16:55.954289Z 0 [System] [MY-015015] [Server] MySQL Server - start.
2024-05-16T06:16:56.255807Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.3.0) starting as process 1
2024-05-16T06:16:56.276267Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2024-05-16T06:16:56.497781Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
mysqld: Table 'mysql.plugin' doesn't exist
2024-05-16T06:16:56.644462Z 0 [ERROR] [MY-010735] [Server] Could not open the mysql.plugin table. Please perform the MySQL upgrade procedure.
2024-05-16T06:16:56.644913Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.645155Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.645392Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.645723Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.645920Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.646115Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.646379Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.700666Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2024-05-16T06:16:56.731789Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2024-05-16T06:16:56.736290Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2024-05-16T06:16:56.736331Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2024-05-16T06:16:56.739345Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
2024-05-16T06:16:56.739779Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.740062Z 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
The text was updated successfully, but these errors were encountered:
Hi @abhinavsharma95, I just pushed a fix that should triage the problem. Before upgrading the helm release, make sure that the MySQL PVC is deleted. I.e.
However, there also seems to be a problem with some dependencies in the CE builds, as far as I can tell. I created the issue #82 to track that, and will close that one once the Docker images have been updated.
It has issue while connecting with mysql -
2024-05-16T06:16:55.954289Z 0 [System] [MY-015015] [Server] MySQL Server - start.
2024-05-16T06:16:56.255807Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.3.0) starting as process 1
2024-05-16T06:16:56.276267Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2024-05-16T06:16:56.497781Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
mysqld: Table 'mysql.plugin' doesn't exist
2024-05-16T06:16:56.644462Z 0 [ERROR] [MY-010735] [Server] Could not open the mysql.plugin table. Please perform the MySQL upgrade procedure.
2024-05-16T06:16:56.644913Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.645155Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.645392Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.645723Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.645920Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.646115Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.646379Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.700666Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2024-05-16T06:16:56.731789Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2024-05-16T06:16:56.736290Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2024-05-16T06:16:56.736331Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2024-05-16T06:16:56.739345Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
2024-05-16T06:16:56.739779Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2024-05-16T06:16:56.740062Z 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
The text was updated successfully, but these errors were encountered: