04 2021 档案
摘要:拷贝: git cllone 创建分支 git branch <name> 创建并进入分支 git check out -b <name> 切换分支 git checkout <name> 查看状态 git status 添加所有文件 git add . 提交 git commit -m '描述'
阅读全文
摘要:Client does not support authentication protocol requested by server 也适用于 Operation ALTER USER failed for '用户名'@'主机' ... ; (当然前提是密码方面的问题) 本机是mysql8 原因:
阅读全文
摘要:参考https://www.runoob.com/w3cnote/windows10-mysql-installer.html
阅读全文