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
Post a Comment