本文介紹如何通過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
本文介紹如何通過JDBC串連DLA。
jdbc:mysql://<end_point_host>:<end_point_port>/
jdbc:mysql://<end_point_host>:<end_point_port>/<schema>?useUnicode=true&characterEncoding=UTF-8