摘要:
一、情况描述: 本机环境 macOS 10.13.6 MySQL版本 8.0.12 MySQL安装成功,并且命令行成功运行 尝试连接Nawicat时报错, 2059 - Authentication plugin 'caching_sha2_password' cannot be loaded: d 阅读全文
摘要:
· mac查看文件encoding #查看编码 vi 文件路径 : set fileencoding #更改编码 iconv -f utf-8 -t gbk 文件路径 > 新文件路径 · mac 下更新 .bash_profile 文件 #配置全局变量 1、打开terminal(终端) 2、cd ~ 阅读全文