Getting error - Caused by: java.sql.SQLException: Unknown system variable ‘performance_schema’
Ran query SHOW VARIABLES; on my memsql instance and I do not see system variable ‘performance_schema’. But seems like MySQL JDBC Connector 8.0.16 expects it.
It works fine with MySQL JDBC connector 5.1.47 but its too old and I want to upgrade driver. Any suggestions?