我已经在centos上安装了MySQL,但我无法设置密码,也无法执行MySQL安全安装,因为它要求root密码,我不知道。
我也试过这些命令,
> service mysqld stop
> mysqld_safe --skip-grant
> update user set authentication_string=password('1111') where user='root';
但在输入最后一个命令后,它会显示以下错误:
-bash: syntax error near unexpected token `('
我现在该怎么办?