Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

/bin/sh: 1: mysql_config: not found

sudo apt-get install mysql-server
#mysql-config is in a different package, which can be installed from (again, assuming debian / ubuntu):

sudo apt-get install libmysqlclient-dev
#if you are using mariadb, the drop in replacement for mysql, then run
sudo apt-get install libmariadbclient-dev
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
7+6 =