Segfault from MySQLdb

Gerhard Häring gerhard.haering at opus-gmbh.net
Tue Oct 15 06:50:58 EDT 2002


Edward C. Jones <edcjones at erols.com> [2002-10-14 19:29 GMT]:
> I am having all sorts of trouble with MySQL 3.23.52 and "LOAD DATA LOCAL 
> INFILE". I get the well-known error message 1148: "The used command is 
> not allowed with this MySQL version". In one attempt to fix this, I 
> wrote the following piece of code in Python:
> 
> conn = MySQLdb.connect(passwd="xxxxxxxx",
>       read_default_file="/etc/mysql/my.cnf")
> 
> The program segfaulted at this line.

I'd recommend to file a bug report/support request at
http://sf.net/projects/mysql-python

-- Gerhard



More information about the Python-list mailing list