1
vote
1answer
5k views

EnvironmentError: mysql_config not found

EnvironmentError: mysql_config not found, while installing MySQL-python Could someone advice me on what to do? I did the following from my-side: Error I got while installing with pip: ...
0
votes
1answer
139 views

MySQLdb - libmysqlclient_r stuck on read()

I am writing a multi-threaded python application that read/write to a MySQL DB (using MySQLDB and libmysqlclient_r - thread safe library). At some point (not sure why or when), one of the threads ...
0
votes
1answer
382 views

Python libmysqlclient segfault (MySQLdb)

I am writing an SQL wrapper over MySQLdb. Sometime during execution I am getting the following error in DMSG and the process crushes: python[xxx]: segfault at c8 ip 00007fa1add6b882 sp ...