I created my project and developed script using Katalon 6.3.3.
I am connecting to MemSQL using below piece of code;
connection_string = jdbc:mysql://localhost:port/DB_NAME
connection = DriverManager.getConnection(connection_string, userID ,password)
It was working perfectly fine and I was able to connect to MemSQL.
Now I have switched to 7.3.0.
I have got below issue after upgrading to 7.3.0.
SQLException.getMessage() = Unknown system variable ‘performance_schema’
SQLException.getCause()= null
Screenshot of connecting database from Katalon ->Settings ->Database:
Same issue exists