oserror 3a mysql config not found

Solutions on MaxInterview for oserror 3a mysql config not found by the best coders in the world

showing results for - "oserror 3a mysql config not found"
Joey
08 Aug 2019
1assuming debian / ubuntu:
2	sudo apt-get install libmysqlclient-dev
3if you are using mariadb:
4	sudo apt-get install libmariadbclient-dev