摘要:
查看证书过期时间 kubeadm certs check-expiration [check-expiration] Reading configuration from the cluster... [check-expiration] FYI: You can look at this conf 阅读全文
摘要:
创建数据库 CREATE DATABASE IF NOT EXISTS db_name [ENGINE = Atomic/Ordinary] [on cluster xxxx] 列出所有数据库 SHOW DATABASES 切换数据库 USE db_name 删除数据库 DROP DATABASE 阅读全文