原来在利用docker启动mysql,然后通过数据库连接工具进行连接的时候一直出现Authorization Plugin ‘caching_sha2_password’ cannot be loaded,后来才发现是因为docker下载镜像的时候会默认为5.8版本,在网上查看的时候得知5.8版本改变了身份验证插件,所以为了防止这种问题出现,需要在下载docker指定为5.7的版本
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.