Github user vgmartinez commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/661#issuecomment-179960076 Hi @corneadoug, * yes, you can. <table class="table-configuration"> <tr> <th>name</th> <th>value</th> </tr> <tr> <td>common.max_count</td> <td>1000</td> </tr> <tr> <td>prefix1.driver</td> <td>org.mysql.Driver</td> </tr> <tr> <td>prefix1.password</td> <td>`********`</td> </tr> <tr> <td>prefix1.url</td> <td>server1:port/db1</td> </tr> <tr> <td>prefix1.user</td> <td>user</td> </tr> <tr> <td>prefix2.driver</td> <td>org.mysql.Driver</td> </tr> <tr> <td>prefix2.password</td> <td>`********`</td> </tr> <tr> <td>prefix2.url</td> <td>server1:port/db2</td> </tr> <tr> <td>prefix2.user</td> <td>user</td> </tr> </table> * you define the prefix with any name, and to use is `%jdbc(prefix1)` or `%jdbc(prefix2)`
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---