mysql client does not support authentication
cmd窗口登陆mysql:
mysql> conn / as sysdba;
mysql> alter user 'root'@'localhost' identified with mysql_native_password by '123456';
Query OK, 0 rows affected (0.10 sec)
mysql> flush privilege...
转载
2018-10-19 12:38:07 ·
251 阅读 ·
0 评论