I'm trying to add a MySQL 5.6.8 database instance to DPA. The interface is advising me that DPA does not have access to the MySQL performance schema, but provides no clues as to how to correct this issue (see attached screen shot). I have confirmed that the performance schema is ON:
mysql> show variables like 'performance_schema';
+--------------------+-------+
| Variable_name | Value |
+--------------------+-------+
| performance_schema | ON |
+--------------------+-------+
1 row in set (0.00 sec)
mysql>