GRANT REPLICATION CLIENT, PROCESS ON *.* TO 'exporter'@'localhost' identified by '123456'; GRANT SELECT ON performance_schema.* TO 'exporter'@'localhost'; flush privileges;