navist2020

Results 3 issues of navist2020

fixes #742 --- Here is reason https://github.com/bitpoke/mysql-operator/issues/742#issuecomment-965967360 1001 userID should be used for MySQL 8.0. Mysql 8.0 can run normally on my machine after this change. I don't know how...

I want to start a mysql8 cluster. But the following error occurred. Use `kubectl logs -c mysql`: ``` [ERROR] [MY-013129] [Server] A message intended for a client cannot be sent...

question

If I specify under crontab to take backups. I noticed that the following fields need to be set https://github.com/bitpoke/mysql-operator/blob/d8ec7b442aa2130a406442e58396336b555ff13b/pkg/apis/mysql/v1alpha1/mysqlcluster_types.go#L74-L96 When I edit the `BackupRemoteDeletePolicy` (The default is `retain` but I...

bug