摘要: 查看加密规则 select host,user,plugin from user; 临时修改密码策略 SHOW VARIABLES LIKE 'validate_password%'; set global validate_password.policy=0; set global validat 阅读全文
posted @ 2021-05-14 23:30 逆光而来 阅读(90) 评论(0) 推荐(0)
摘要: git config git init git add git commit -m "注释" git 日志显示 1. git log 2. git log --pretty=oneline 3. git log oneline 4. git reflog git 回退 git reset --har 阅读全文
posted @ 2021-05-14 23:27 逆光而来 阅读(34) 评论(0) 推荐(0)