I am getting the following when I try to create a MySQL Storage Plugin:
Please retry: error (unable to create/ update storage)
Below is the configuration.
{
"type": "jdbc",
"driver": "com.mysql.jdbc.Driver",
"url": "jdbc:mysql://xxx.xxx.xxx.xxx:3306",
"username": "xxxxx",
"password": "xxxx",
"enabled": true
}
I copied mysql-connector-java-5.1.43-bin.jar to jars/3rdparty
Drill is running in embedded mode.
Thanks
