在MySQL中关闭--skip-grant-tables
我对使用Linux很陌生,但是正在Amazon ec2实例上设置MySQL数据库。我遵循找到的有关使用--skip-grant-tablesMySQL选项重置用户登录密码的说明。现在,我正在尝试添加一个用户,但不知道如何关闭该选项。 这就是我想要做的: mysql> GRANT CREATE,SELECT,INSERT,UPDATE,DELETE ON ...my db username and pass 但是我得到这个错误: ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement 如何关闭此选项?