mysql-python install with Percona -


i have percona server installed on centos. want install mysql-python getting error environmenterror: mysql_config not found

there no such file percona server. how can install mysql-python connect percona mysql ?

you can mysql_config running:

yum install percona-xtradb-cluster-devel 

once have this, go ahead , install mysql-python:

yum install mysql-python 

i searched lot of google before found here at: http://www.percona.com/forums/questions-discussions/percona-xtradb-cluster/11038-mysql-config-sysbench-percona-xtradb-cluster


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -