This topic describes how to connect to DLA by using a Java Database Connectivity (JDBC) driver.
Specify a JDBC URL without schema information
jdbc:mysql://<end_point_host>:<end_point_port>/
Specify a JDBC URL with schema information
jdbc:mysql://<end_point_host>:<end_point_port>/<schema>?useUnicode=true&characterEncoding=UTF-8