Hi, I have PMM 2.11.1 installed from the AWS AMI. I’m monitoring and RDS instance with the performance schema turned on. I see queries in the QAN however I never see a query plan:
I have configured the performance schema as documented here:
Hi Brett, can you double check if the monitoring user has this grants:
GRANT SELECT, PROCESS, REPLICATION CLIENT ON *.* TO 'pmm'@'%' IDENTIFIED BY 'pass' WITH MAX_USER_CONNECTIONS 10;
GRANT SELECT, UPDATE, DELETE, DROP ON performance_schema.* TO 'pmm'@'%';
@igroene The queries which you have mentioned doesnt work for mysql 8 version. Can you please check from your end as well. From Identified it is throwing error correct the syntax.