On 19/02/12 4:15 AM, Benny Pedersen wrote:
Den 2012-02-17 23:36, Advrk Aplmrkt skrev:
Make sure that the configured database exists and that the user has write privileges DSN: mysql://roundcube:[password]@localhost/roundcubedb"
Mmm. It may be an issue to do with the MySQL user (what did you do to create it?). Or it could be a connection issue, e.g. that DSN might be trying to connect with TCP, but MySQL is only listening via a Unix socket. If your password has special characters in it, it could be rendering the URL illegal, too; stick to an alphanumeric one and you're probably safe.
Ben.