mysql-operator
mysql-operator copied to clipboard
mysqld: Table './mysql/user' is marked as crashed and should be repaired
How to solve this problem?
refer to https://github.com/presslabs/mysql-operator/issues/509
好的,我试一下
Still happening at:
Server version: 5.7.33-36-log Percona Server (GPL), Release 36, Revision 7e403c5
Happening during creation of second Pod:
kubectl get pods

kubectl logs my-cluster-mysql-1 mysql

For me above issue got resolved using percona:5.7.26 image with MysqlCluster
好的,我试一下
后面问题解决了吗