...
- Greenplum should now appear as an available database driver.
Anchor | ||||
---|---|---|---|---|
|
Note |
---|
Available as of Datameer 7.4 |
- Go to the driver download site: https://downloads.mariadb.org/connector-java/
- Select a driver archive appropriate for your system, download the file, and extract it into your local file system.
- Locate the driver .jar named mariadb-java-client-<version>-sources.jar in your file system.
- In Datameer, go to the Admin tab and then to the Database Drivers tab.
Click New to add a new database driver. - Enter the following information:
- Name: MariaDB
- Jar File: mariadb-java-client-<version>-sources.jar (file you downloaded)
- Database Driver Template : MariaDB
- Driver Class: org.mariadb.jdbc.Driver
- Connection Pattern: jdbc:maria://%host%:%port%/%database%
- MariaDB should now appear as an available database driver.
Anchor | ||||
---|---|---|---|---|
|
...
- Name: Sybase IQ
- Jar File: (your driver)
- Database Driver Template : Sybase IQ
- Driver Class: com.sybase.jdbc3.jdbc.SybDriver
- Connection Pattern: jdbc:sybase:Tds:%host%:%port%?ServiceName=%dbName%
- Sybase IQ should now appear as an available database driver.
...