04 2021 档案

摘要:拷贝: git cllone 创建分支 git branch <name> 创建并进入分支 git check out -b <name> 切换分支 git checkout <name> 查看状态 git status 添加所有文件 git add . 提交 git commit -m '描述' 阅读全文
posted @ 2021-04-25 13:21 TIFOSI_Z 阅读(111) 评论(0) 推荐(0)
摘要:Client does not support authentication protocol requested by server 也适用于 Operation ALTER USER failed for '用户名'@'主机' ... ; (当然前提是密码方面的问题) 本机是mysql8 原因: 阅读全文
posted @ 2021-04-02 13:44 TIFOSI_Z 阅读(51) 评论(0) 推荐(0)