create user 'dumper'@'%' IDENTIFIED BY 'dumper';
mysqldump: Couldn't execute 'FLUSH /*!40101 LOCAL */ TABLES': Access denied; you need the RELOAD privilege for this operation (1227) grant reload on *.* to dumper@'%';
mysqldump: Couldn't execute 'SHOW MASTER STATUS': Access denied; you need the SUPER,REPLICATION CLIENT privilege for this operation (1227) grant replication client on *.* to dumper@'%';
此时没有报错,得到的空数据
-- MySQL dump 10.13 Distrib 5.1.72, for Win64 (unknown)