大家好
mysql> update user set authentication_string=password('wang123') where User='wang';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '('wang') where User='alex'' at line 1
新版本数据库需要使用下面的语句
wang
表示用户名localhost
表示限定的请求主机,如果需要任意的,可以给%
。