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

option to use mariadb_config instead of mysql_config #134

Open
jhinghaus opened this issue Dec 7, 2017 · 0 comments
Open

option to use mariadb_config instead of mysql_config #134

jhinghaus opened this issue Dec 7, 2017 · 0 comments

Comments

@jhinghaus
Copy link

I use MySQLdb1 on Ubuntu 16 to connect an old MySQL 3.23.
The libmysqlclient20 used as a standard does not support the old version, but libmariadbclient does.
Removing libmysqlclient and installing libmariadbclient makes the pip install fail because there is no mysql_config.
Faking a mysql_config with ln -s /usr/bin/mariadb_config mysql_config does the job as mariadb_config seems to be compatible enough.

Is there a chance for some kind of option to use mariadb_config or am I looking in the wrong spot?

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