全部產品
Search
文件中心

:JDBC程式串連

更新時間:Jul 06, 2024

本文介紹如何通過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