本文介绍如何通过JDBC连接DLA。

指定JDBC URL(不带Schema的方式)

jdbc:mysql://<end_point_host>:<end_point_port>/

指定JDBC URL(带Schema的方式)

jdbc:mysql://<end_point_host>:<end_point_port>/<schema>?useUnicode=true&characterEncoding=UTF-8