Results 1 to 3 of 3

Thread: MySQL port

  1. #1
    coverboe is offline Registered User
    Join Date
    Jul 2006
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default MySQL port

    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

  2. #2
    bpat1434's Avatar
    bpat1434 is offline Administrator
    Join Date
    Jun 2006
    Location
    Maryland, USA
    Posts
    668
    Downloads
    18
    Uploads
    0

    Default Re: MySQL port

    Also, is there a way to encrypt the password in this connect string?
    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.

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


  3. #3
    skolodez is offline Roundcube Newcomer
    Join Date
    Sep 2011
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default

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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •