无法用mysqldump备份mysql表。 SELECT,LOCK TABL命令拒绝'cond_instances'
我有麻烦运行mysqldump作为MySQL的根用户。 当我尝试备份mysql表时我得到这个错误: mysqldump: Got error: 1142: SELECT,LOCK TABL command denied to user 'root'@'localhost' for table 'cond_instances' when using LOCK TABLES 任何人都看过吗? 我见过一些引用我的MySQL和我的mysqldump是不同的版本,但是当我运行它们在同一个目录中。 我正在运行MySQL 5.5.8。