Ticket #1485042 (closed Bugs: fixed)

Opened 4 months ago

Last modified 4 months ago

parsing of mysql login-data failed

Reported by: moin339 Owned by:
Priority: 5 Milestone: 0.2-alpha
Component: Database Version: 0.1.1
Severity: normal Keywords:
Cc:

Description

RoundCube couldn't connect to my mysql database.

This is written into my db config:

$rcmail_config['db_dsnw'] = 'mysql://moin339@1:password@localhost/moin339@1-RoundCube';

the username is: moin339@1
password: password
host: localhost
db: moin339@1-RoundCube

I suppose that the automatic parsing isnt working because my hoster used the "@" into the username and DB name :(

Change History

Changed 4 months ago by alec

  • status changed from new to closed
  • resolution set to invalid

Changed 4 months ago by moin339

  • status changed from closed to reopened
  • resolution deleted

then it would be better if the "@" is escaped within the installer...

Changed 4 months ago by alec

  • status changed from reopened to closed
  • resolution set to fixed
  • milestone changed from later to 0.1.2

Right. Fixed in r1354.

Note: See TracTickets for help on using tickets.