Please update the MySQL Template to support MySQL v 5.7.9.
Currently the connection string shows Driver={MySQL ODBC 5.3 Unicode Driver};Server=${IP};DataBase={INFORMATION_SCHEMA};Uid=${USER};Pwd=${PASSWORD}; and this does not allow us to monitor MySQL version 5.7.9.
Moreover if you have a look at the link http://dev.mysql.com/doc/refman/5.7/en/variables-table.html in future information_Schema will be removed. The updated should be able to support new performance Schema?
Clik here to view.
