叮叮的博客方法一:修改密码和加密方式 MySQL的密码加密方式有多种,常用的是MD5、SHA1、SHA2... 修改当前加密算法(对应的MySQL8.0) ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password by '密码'; 测试连接
Super XX.的博客grant all privileges on *.* to 'root' @'%' identified by '密码'3.输入 service mysqld start 开启mysql。...2.通过su root命令切换到root权限用户。1.通过SecureCRT连接ip。6.退出数据库模式。5.授予远程连接权限。
kandee的博客tips:如果报错,不能执行时,见这篇https://blog.csdn.net/qq_42052591/article/details/122381215?一、连接本地MySQL报错:错误号码2058(plugin caching_sha2_password could not be loaded)原文链接:...