I am using worker-mysql to work with TiDB, a MySQL-compatible database. But find two problems
I have seen the query select 42 has been executed in the TiDB server. but the result is empty. I think it is not an issue of TiDB because TiDB can work with most of the MySQL drivers including the mysql2. Maybe worker-mysql does not fully follow the MySQL protocol, or it does not handle some packages correctly.
worker-mysql can't deal with the TLS connection once the server requires TLS. I belive it also can't work once the MySQL server requires TLS because it did not follow the MySQL protocol to deal the TLS.
I am glad to contribute but I am not familiar with javascript and I don't know what's wrong. Looking forward to your help.
I am using worker-mysql to work with TiDB, a MySQL-compatible database. But find two problems
I have seen the query
select 42
has been executed in the TiDB server. but the result is empty. I think it is not an issue of TiDB because TiDB can work with most of the MySQL drivers including the mysql2. Maybe worker-mysql does not fully follow the MySQL protocol, or it does not handle some packages correctly.worker-mysql can't deal with the TLS connection once the server requires TLS. I belive it also can't work once the MySQL server requires TLS because it did not follow the MySQL protocol to deal the TLS.
I am glad to contribute but I am not familiar with javascript and I don't know what's wrong. Looking forward to your help.