mysql> grant all on performance_schema.* to 'testuser'@'%';ERROR 1044 (42000): Access denied for user 'root'@'localhost' to database 'performance_schema'mysql> grant all on information_schema.* to 'testuser'@'%';ERROR 1044 (42000): Access denied for…