mysql> grant select,insert,update,delete on proftpd.* to ftpuser@localhost identified by '123456';
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
mysql,启动时带了--skip-grant-tables option ,去掉my.cnf中的 skip-grant-tables
阅读(3762) | 评论(0) | 转发(0) |