怎么修改mysql8版本中加密规则_关于mysql8.0及以上版本连
ktv适合女生唱的歌接navicat时候报。。。咖喱鸡块
⾸先这个原因是因为MySQL版本的密码加密⽅式变了,要把它修改成以前的⽅式(因为,navicat不⽀持这种⽅式)
1:先进⼊mysql:
mysql -uroot -p123456;
2:查询密码加密⽅式:
2022虎年创意词经常大笑有助于减肥select host,user,plugin,authentication_string from mysql.user;
春节幽默短信3:修改
alter user 'root'@'%' identified by '12345' password expire never;北戴河景点
alter user 'root'@'%' identified with mysql_native_password by'12345';
alter user root@localhost identified by '12345' password expire never;
alter user root@localhost identified with mysql_native_password by '12345';
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论