看了很多解决办法,这个最适用。分享一下。
alter user courseimooc@localhost identified with mysql_native_password by 'courseimooc';
courseimooc@localhost :这个是用户名
by 'courseimooc':by后面的是设置的密码
看了很多解决办法,这个最适用。分享一下。
alter user courseimooc@localhost identified with mysql_native_password by 'courseimooc';
courseimooc@localhost :这个是用户名
by 'courseimooc':by后面的是设置的密码