Edgewall Software

Opened 17 years ago

Last modified 12 years ago

#5120 closed enhancement

mysql_backend should parse parameters — at Initial Version

Reported by: anonymous Owned by: Christopher Lenz
Priority: high Milestone: 1.0
Component: database backend Version: devel
Severity: normal Keywords: mysql patch bitesized
Cc: dekimsey@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Currently, mysql_backend.py only passes db, user, passwd, host, and port to MySQLdb. Any additional params are discarded. This is particularly unfortunate (at least in my case) because a number of MySQL installs do not use the default socket location, yet:

mysql://user:password@domain:3306/database?unix_socket=path/to/socket

fails, even though the backend would easily accept it.

Change History (0)

Note: See TracTickets for help on using tickets.