Tagged Questions

0
votes
1answer
21 views

PyMySQL error/exception on (file) data load to remote MySQL instance

I am using PyMySQL-0.5.0 and facing an obscure'ish error/exception when loading data from a file to a remote MySQL instance. Upon executing a 'load data local infile ...' statement, I am seeing an ...
1
vote
1answer
204 views

mysql-python: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist

I installed mysql using homebrew. I'm now trying to install mysql-python and I keep getting the error below when I run mysql. I'm new to programming and don't know enough to identify the problem. ...
0
votes
0answers
43 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 ...
0
votes
1answer
154 views

Python MySQL data import

I am using the following script to pull data from a third party tool, create a table in a MySQL database and populate it with the resulting data. The script runs through and I can see the print out of ...
2
votes
1answer
55 views

Connecting to MySQL using python without installing Mysql

Thanks for reading this. I am working on a project that involves database sync with python. The remote machine is a linux machine with MySQL. The client does not want me to install anything except ...