proxysql
  • 报错 unknown column password in field list
#处理方法,更新一下用户密码
update mysql.user set authentication_string=password('xxxx') where user='user' ;
update mysql.user set authentication_string=password('xxxx') where user='root' ;