nickscut

Results 24 comments of nickscut

Is there a conclusion? Is there a problem with my usage?

select * from jdbc('jdbc:mysql://rm-xxx.mysql.rds.aliyuncs.com:3306/xxx?useUnicode=true&user=xx&password=xxx','xxx','select * from cron_job'); Why does this SQL run fail ?

![image](https://user-images.githubusercontent.com/5253435/157607701-ce52d3e3-e768-4c05-8ae7-75fe3051230c.png) I follow this documentation using

select * from jdbc('mysql://davinci:[email protected]:3306/davinci','davinci','select * from cron_job'); I make sure user name and password are URL encoded. ![image](https://user-images.githubusercontent.com/5253435/157611329-8b301915-bfe7-44e2-9610-66585728ca80.png)

select * from jdbc('jdbc:mysql://davinci:[email protected]:3306/davinci?useUnicode=true','davinci','select * from cron_job'); ![image](https://user-images.githubusercontent.com/5253435/157613137-195de2df-b130-4faf-8bbb-120c4d6ce5a4.png)

![image](https://user-images.githubusercontent.com/5253435/157613576-33cc3a2d-a72f-40c9-9983-781e3c8a8c40.png) Do I have to define such a json file?

We have a lot of mysql, and they are added dynamically, there is no way to define the json file in advance

If the json file is not defined, how to put the driver in the bridge?

select * from jdbc('mysql5', 'davinci', 'select * from cron_job') This SQL statement works fine,mysql5 is configured in advance in the mysql5.json file but:We have a lot of mysql, and they...

Does it support K8S deployment? Is there a complete chart file?