Release Support > 0.1 Beta 1

MySQL port

(1/1)

coverboe:
I have my mysql server on a different port than the standard port.
How do I make my connect string connect to it?
I've tried... $rcmail_config['db_dsnw'] = 'mysql://roundcube:*******@localhost:3307/roundcubemail';
But, I just get a blank page when going to the webpage.
Also, is there a way to encrypt the password in this connect string?
Thanks,
Craig

bpat1434:

--- Quote ---Also, is there a way to encrypt the password in this connect string?
--- End quote ---
No. If you encrypt it, you'll later have to decrypt it for the mysql_connect() call which takes the password as a string. This is not a security risk as NUMEROUS scripts do this.


--- Quote ---I have my mysql server on a different port than the standard port.
How do I make my connect string connect to it?
--- End quote ---
Currently you can't. But I'll look into seeing if it's an easy change or not.

skolodez:
Does something changed in this problem with roundcube (non-standard mysql port) ?
I'm trying to set up version 0.5.4.

Navigation

[0] Message Index

Go to full version