The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
Steps to reproduce the behavior (Required)
1.CREATE EXTERNAL CATALOG wl_catalog PROPERTIES ( "type"="jdbc", "user"="11111122", "password"="1111", "jdbc_uri"="jdbc:mysql://1111.mysql.rds.com:3306", "driver_url"="file:///home/sr_catalog/mysql_catalog/mysql-connector-java-8.0.28.jar", "driver_class"="com.mysql.cj.jdbc.Driver" );
2.select * from wl_catalog.abc.tabel
error message
Failed to initialize pool: Socket fail to connect to host:address=(host=1111.mariadb.rds.com)(port=3306)(type=primary)
Real reason
StarRocks version (Required)