摘要:
一 mysql # 禁用原生mysql yum module disable mysql # 删除mariadb rpm -qa | grep mariadb rpm -e mariadb-libs --nodeps # 下载mysql压缩包 mkdir /opt/mysql cd /opt/mys 阅读全文
posted @ 2024-01-03 17:21
huim
阅读(64)
评论(0)
推荐(0)
摘要:
背景: gitlab ssh连接突然需要输密码 获取详情: ssh连接加-v显示详情 ssh -v -T git@xx.xx.com debug1: send_pubkey_test: no mutual signature algorithm debug1: Offering public key 阅读全文
posted @ 2024-01-03 10:56
huim
阅读(324)
评论(0)
推荐(0)