Replies: 1 comment 5 replies
-
|
@SCraveiro I have done a PR that improves the ODBC a lot and also adds a proper browser and query builder etc you can give it ago #2063 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to set up an ODBC connection to a MySQL database but i'm always getting the same error.

I've already tried with the connection string below
DRIVER=MySQL;SERVER=127.0.0.1;PORT=3306;DATABASE=FuxaDb;SSLMODE=DISABLED
and with
DRIVER=MySQL;SERVER=127.0.0.1;PORT=3306;DATABASE=FuxaDb;SSLMODE=ENABLED
I've already try with ODBC connection and have tested the ODBC connection with
isql -v FuxaDatabase dbaps ***
+---------------------------------------+
| Connected! |
| |
| sql-statement |
| help [tablename] |
| echo [string] |
| quit |
| |
+---------------------------------------+
I'm running this on a Raspberry PI 5 8GB with FUXA V1.2.7 and NodeJS V18. I can't run with docker.
I search for this kind of problem on discution but didn't menage to make it work.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions