报错:ERROR 1054 (42S22): Unknown column 'Password' in 'field list'
update mysql.user set authentication_string=password('123qwe') where user='root' and Host ='localhost';
报错:ERROR 1054 (42S22): Unknown column 'Password' in 'field list'
update mysql.user set authentication_string=password('123qwe') where user='root' and Host ='localhost';
转载于:https://my.oschina.net/u/3086144/blog/1546654