Roundup Tracker - Issues

Issue 1082530

classification
DB connection fails for mysql backend with non-standard port
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: richard : mstarzyk, richard
Priority: normal :

Created on 2004-12-09 22:44 by mstarzyk, last changed 2004-12-09 22:44 by mstarzyk.

Files
File name Uploaded Description Edit Remove
roundup_mysql.txt mstarzyk, 2004-12-09 22:44 error log
back_mysql.py.patch mstarzyk, 2004-12-09 23:03 Patch
Messages
msg1556 Author: [hidden] (mstarzyk) Date: 2004-12-09 22:44
Roundup version: 0.8.0b
MySQLdb version: 1.1.7 built from sources on win XP.

When a mysql-server port is specified in config.ini
connection to database fails. It looks like MySQLdb.
connect() expects integer, and it gets string. 
See the attached log file.
msg1557 Author: [hidden] (mstarzyk) Date: 2004-12-09 23:03
Logged In: YES 
user_id=657380

And here is the patch.
History
Date User Action Args
2004-12-09 22:44:56mstarzykcreate