摘要: mysql 8免密码登录 UPDATE mysql.user SET authentication_string=null WHERE User='root'; FLUSH PRIVILEGES; exit; https://stackoverflow.com/a/52579886/8025086 阅读全文
posted @ 2020-09-03 17:38 Go_Forward 阅读(178) 评论(0) 推荐(0)