nickscut
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 ?
 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. 
select * from jdbc('jdbc:mysql://davinci:[email protected]:3306/davinci?useUnicode=true','davinci','select * from cron_job'); 
 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?