MySQL
In an application, right-click on Sources -> select Create source -> type any Source name and select MySQLSource in the Source type field -> click Create.
- connStr - connection string, e.g.
jdbc:mysql://<hostname>:3306/padb_test - user - user name
- password - password
Last updated on