码迷,mamicode.com
首页 > 数据库 > 详细

Navicat连接MySQL8出现1251错误

时间:2019-12-04 20:09:18      阅读:95      评论:0      收藏:0      [点我收藏+]

标签:cal   连接   navicat   nbsp   alter   登录   word   cat   打开   

安装MySQL8后用navicat连接时出现1251错误

解决办法

管理员打开cmd窗口

mysql     -uroot    -p登录mysql

alter user root@localhost identified by‘newpassword‘ password

alter user root@localhost identified with mysql_native_password by ‘newpassword‘

flush privileges;

Navicat连接MySQL8出现1251错误

标签:cal   连接   navicat   nbsp   alter   登录   word   cat   打开   

原文地址:https://www.cnblogs.com/qsmyjz/p/11984946.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!