DLA supports JDBC that is compatible with MySQL. You can use a MySQL CLI tool or program code to connect to DLA through JDBC.
This topic describes how to connect to DLA through JDBC.
Specify the JDBC URL without schema
jdbc:mysql://<end_point_host>:<end_point_port>/
Specify the JDBC URL with schema
jdbc:mysql://<end_point_host>:<end_point_port>/<schema>?useUnicode=true&characterEncoding=UTF-8