Ticket #5120 (new defect)
mysql_backend should parse parameters
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10.6 |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | mysql |
| Cc: | dekimsey@… |
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


