공부
[CentOS] mysql_config not found with mysql-community on CentOS 7
승가비
2024. 1. 29. 15:16
728x90
mysql_config not found with mysql-community on CentOS 7
I need to install mysqlclient module for python3.6 on my CentOS server via pip. The instalation breaks with following error: OSError: mysql_config not found. I've found a solution, to install mysql...
stackoverflow.com
yum install mariadb-devel gcc python36u-devel
728x90