I have an executable (in production) instance of mysql on my Linux server (ubuntu-10.10), however I cannot find the mysql_config file.
command and output:
~$ locate mysql_config ~$
I heard / read that I need to install the libmysqlclient-dev package in order to use mysql_config, but I don't want to break the current current instance. I want to make sure that installing this dev package will not affect my current mysql databases.
Also, where can I find the initial download for libmysqlclient-dev for manual installation? In my current situation (behind a corporate proxy), I am not allowed to use apt-get.
UPDATE
this is due to an attempt to install python-MySQLdb from the source. the setup.py file requires the mysql_config path and continues to fail when trying to use anything other than this file.
sadmicrowave
source share