
mysql
heliu3
这个作者很懒,什么都没留下…
展开
-
Kubernetes搭建mysqlMYSQL_ROOT_PASSWORD与MYSQL_ALLOW_EMPTY_PASSWORD不生效问题,登录报Access denied for user ‘user
Kubernetes搭建mysqlMYSQL_ROOT_PASSWORD与MYSQL_ALLOW_EMPTY_PASSWORD不生效问题,登录报Access denied for user ‘username’@‘localhost’ to database ‘mysql’网上试了很多方法都不行,使用secret与直接写value,pod创建成功后进入pod,mysql登录不上。使用mysql -h 127.0.0.1 -uroot -p 报Access denied for user ‘username原创 2020-10-15 11:19:58 · 4777 阅读 · 1 评论 -
k8s安装集群版mysql以及遇到的坑
参考:https://kubernetes.io/zh/docs/concepts/storage/storage-classes/https://kubernetes.io/docs/tasks/run-application/run-replicated-stateful-application/https://github.com/kubernetes-retired/external-storage/tree/master/nfshttps://www.jianshu.com/p/65ed4原创 2020-09-28 10:07:56 · 5975 阅读 · 12 评论