Comment 6 for bug 446150

Revision history for this message
GuilhemBichot (guilhem-bichot) wrote :

Geert: did you try running exactly like me:
Started a MySQL 5.1 server with:

cd mysql-test
./mtr --mem alias --start &

Back in the directory of connector/python, did
python unittests.py -H localhost -S /home/mysql_src/bzrrepos/mysql-5.1/mysql-test/var/tmp/mysqld.1.sock -u root -D test

(5.1 server is debug build).