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
use the default radondb-mysql80-template,and create cluster ,then the mysql container start fail,the error info as follows:
2022-10-26T15:11:27.455956+08:00 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
2022-10-26T15:11:27.456187+08:00 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.
2022-10-26T15:11:27.456501+08:00 0 [ERROR] [MY-000067] [Server] unknown variable 'query-cache-size=0'.
2022-10-26T15:11:27.457138+08:00 0 [ERROR] [MY-010119] [Server] Aborting
2022-10-26T15:11:28.830301+08:00 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.25-15) Percona Server (GPL), Release 15, Revision a558ec2.
the radondb-mysql80-template:
To Reproduce
1.helm install demo .
2.modify mysql_v1alpha1_mysqlcluster_mysql8.yaml,add the infomation mysqlConfTemplate: "radondb-mysql80-template"
3.use kubectl apply to create cluter
Expected behavior
Environment:
RadonDB MySQL version:v2.3.0-alpha.1
The text was updated successfully, but these errors were encountered:
Describe the problem
use the default radondb-mysql80-template,and create cluster ,then the mysql container start fail,the error info as follows:
the radondb-mysql80-template:
To Reproduce
1.helm install demo .
2.modify mysql_v1alpha1_mysqlcluster_mysql8.yaml,add the infomation mysqlConfTemplate: "radondb-mysql80-template"
3.use kubectl apply to create cluter
Expected behavior
Environment:
The text was updated successfully, but these errors were encountered: