@@ -581,6 +581,7 @@
# name=MySql JDBC
# interface=jdbc
# ## Specific options for connecting to the server.
+ # ## The JDBC connectors, e.g. mysql.jar, need to be in the CLASSPATH environment variable.
# ## If 'user' and 'password' are omitted, they will be prompted in the UI.
# options='{"url": "jdbc:mysql://localhost:3306/hue", "driver": "com.mysql.jdbc.Driver", "user": "root", "password": "root"}'
@@ -589,6 +589,7 @@