Closed GoogleCodeExporter closed 9 years ago
Again, thanks for reporting! :)
Original comment by albrecht.andi
on 29 Jul 2009 at 8:09
Original comment by albrecht.andi
on 29 Jul 2009 at 8:10
[forgot to set labels, sorry for the noise]
Original comment by albrecht.andi
on 29 Jul 2009 at 8:10
Not fixed in 0.4.1. I am suffering of the same problem.
Original comment by LynxHeur...@gmail.com
on 1 May 2010 at 7:59
Original comment by albrecht.andi
on 3 May 2010 at 4:03
little patch:
in /usr/lib/pymodules/python2.6/MySQLdb/connections.py
add line
kwargs2['port'] = 0+kwargs.get('port',3306)
before:
super(Connection, self).__init__(*args, **kwargs2)
it's my first python I ever write, but it seems to do the job
Original comment by pascal.m...@gmail.com
on 14 May 2010 at 5:21
@pascal.masschelier: MySQLdb is the wrong place to fix this. CrunchyFrog
shouldn't
allow anything other than integers for ports.
Original comment by albrecht.andi
on 17 May 2010 at 4:08
This issue was closed by revision beb3754add.
Original comment by albrecht.andi
on 17 May 2010 at 4:45
I am having this issue, using crunchyfrog 0.4.2-dev.
Original comment by davidj...@gmail.com
on 20 Jun 2014 at 1:47
Original issue reported on code.google.com by
igor.sti...@gmail.com
on 29 Jul 2009 at 9:29