
MySQL
直到日落L
不动声色,内心强大。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MySQL下载地址
各个版本的MySQL下载地址:https://downloads.mysql.com/archives/installer/原创 2020-09-23 18:41:52 · 202 阅读 · 0 评论 -
Navicat连接MySQL8报错:Client does not suport authentication protocal requested by server
解决方法:在 命令提示符界面 进入 mysql安装路径下的bin目录,输入命令:mysql -u root -p在输入密码,进入mysql操作页面。依次输入如下命令即可:use user;alter user 'root'@'localhost' identified with mysql_native_password by 'xxxxxx';flush privileges;...原创 2020-11-09 16:23:37 · 186 阅读 · 0 评论