8debug opened a new issue, #27827:
URL: https://github.com/apache/doris/issues/27827

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   doris 2.0.2
   mysql 5.7
   
   ### What's Wrong?
   
   ```
   --  创建catalog
   DROP CATALOG IF EXISTS jdbc_mysql_test;
   CREATE CATALOG jdbc_mysql_test PROPERTIES (
        "type"="jdbc",
        "user"="xxx",
        "password"="xxx",
        "jdbc_url" = "jdbc:mysql://xxx:3306/csv",
        "driver_url" = "mysql-connector-java-5.1.49.jar",
        "driver_class" = "com.mysql.jdbc.Driver",
        "include_database_list" = "csv"
   );
   
   -- 1 查看数据库
   show databases from jdbc_mysql_test;
   -- 2 查看数据库中的表
   show tables from jdbc_mysql_test.csv;
   
   -- 3 查询远程mysql表数据
   select * from jdbc_mysql_test.csv.res_zhang_fu_bang;
   ```
   其中1、2都能执行,能看到库和表,执行3时报错
   ### 1执行结果
   
![企业微信截图_17013391864521](https://github.com/apache/doris/assets/3394927/1e5b59e2-656d-47bf-85f3-592851ffcf5a)
   
   ### 2执行结果
   
![image](https://github.com/apache/doris/assets/3394927/cdf27c65-2f78-468b-88ca-b4e04938e005)
   
   ### 3执行结果
   
![image](https://github.com/apache/doris/assets/3394927/2c8d2efd-16c4-4a2e-abd5-237062df531b)
   
   
   ### What You Expected?
   
   这是怎么了
   
   ### How to Reproduce?
   
   无
   
   ### Anything Else?
   
   无
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to