Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't connect remote database #544

Open
imlison opened this issue Apr 10, 2024 · 0 comments
Open

Can't connect remote database #544

imlison opened this issue Apr 10, 2024 · 0 comments

Comments

@imlison
Copy link

imlison commented Apr 10, 2024

os: macos monterey 12.7.4
xca version: 2.6.0

I installed via brew
brew install unixodbc libiodbc mariadb-connector-odbc

and put odbc.ini in three places:
~/.odbc.ini
/etc/odbc.ini
/usr/local/etc/odbc.ini

the file content

[Default]
Description = MariaDB Driver
Driver = /usr/local/lib/mariadb/libmaodbc.dylib
#Driver = /usr/local/opt/libiodbc/lib/libiodbc.dylib
Server = 127.0.0.1
Database = xca
User = xca
Password = MY_PASSWORD

when test with isql, it connect success
isql -v Default

but it didn't work for xca
1
2

Is it something wrong with my settings?

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant