MisterM Verified User Joined Jul 31, 2022 Messages 350 Aug 31, 2022 #1 Hello How to compile mysqlclient? Mz
W wtptrs Verified User Joined Jul 13, 2015 Messages 329 Aug 31, 2022 #2 No need to compile it, you can just install it from the OS packages, i.e.: CentOS 7: Code: rpm -Uvh https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm yum –enablerepo=mysql80-community install mysql-community-client Debian 10+: Code: apt install default-mysql-client (this will install mariadb-client)
No need to compile it, you can just install it from the OS packages, i.e.: CentOS 7: Code: rpm -Uvh https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm yum –enablerepo=mysql80-community install mysql-community-client Debian 10+: Code: apt install default-mysql-client (this will install mariadb-client)
MisterM Verified User Joined Jul 31, 2022 Messages 350 Aug 31, 2022 #3 I have a working maria version, but the link between my installed version and mysqlclient is not found. failed to link optional library: mysqlclient Click to expand... Under debian 11 Mz
I have a working maria version, but the link between my installed version and mysqlclient is not found. failed to link optional library: mysqlclient Click to expand... Under debian 11 Mz