1 (edited by anxious 2011-12-11 18:53:57)

Topic: I changed mysql root pwd. What is the procedure for iredmail ?

Hi,

I changed the password for mysql but now i can't accesss roundcube.

What's the whole procudure to set the new mysql root password inside iredmail cfg ?
What cfg files i need to change ?

My password contains one "$" is this a problem ?


ps: I tryed updating the db.inc.php from roundcubeemail
$rcmail_config['db_dsnw'] = "mysqli://roundcube:MY_NEW_PLAINTEXT_PASSWORD@127.0.0.1/roundcubemail";


But with no effect,
Do i need to reboot server / encrypt the password ?

Thanks.


==== Provide basic information to help troubleshoot and get quick answer ====
- iRedMail version: 0.7.2
- Linux/BSD distribution name and version:  Debain
- Any related log? Log is helpful for troubleshooting.
====

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: I changed mysql root pwd. What is the procedure for iredmail ?

Changing MySQL root password won't impact any component, you can change it any time.
Did you change password of MySQL user "roundcube"? If not, you shouldn't change Roundcube config file.

3

Re: I changed mysql root pwd. What is the procedure for iredmail ?

oh, okay.

no i didn't change any password except for root.

Thanks for your quick reply.

I guess access is denied after support went into my server to change mysql root password and maybe they let the --skip-networking or something similar yikes