1、执行select user,host,password from user;时cannot find column ‘password’
因为密码存放在authentication_string中,所以要先把列名改成password
alert table user change authentication_string password varchar(100);
1、执行select user,host,password from user;时cannot find column ‘password’
因为密码存放在authentication_string中,所以要先把列名改成password
alert table user change authentication_string password varchar(100);