Closed willdonnelly closed 2 months ago
I've confirmed that there are in fact three errors going on here:
unable to connect to database: handleAuthResult: readAuthResult: ERROR 1046 (3D000): In order to use shared tier you need to select a database by default
We've confirmed that the real "you need to select a database" error can be addressed by setting the /advanced/dbname
property when connecting to SingleStore. Everything else is just some error reporting jank which I've got a PR out to fix.
SingleStore is "MySQL wire protocol compatible" so in theory we should be able to capture from it. In practice it's failing with an error message saying:
I suspect there are at least two issues here: one with the error reporting and one which is actually causing it to fail.