beakerx icon indicating copy to clipboard operation
beakerx copied to clipboard

Use %classpath magic to specify version of mysql-connector-java driver

Open LeeTZ opened this issue 5 years ago • 0 comments

To avoid bug for every new version of the driver, for SQL users, before using SQL functionalities, they have to add appropriate driver by our magic command: %classpath add mvn mysql mysql-connector-java 8.0.18 If no version is provided, we should download the latest version.

LeeTZ avatar Jan 29 '20 04:01 LeeTZ