PDA

View Full Version : vmware ispconfig password phpmyadmin munit


BriX
5th December 2006, 03:51
I have installed and configured the ispconfig appliance for testing purposes. I am looking for instructions on how to change the phpmyadmin and monit passwords. I tried to change the phpmyadmin password but it breaks the ispconfig interface as it can no longer connect to the database. Any help would be greatly appreciated. Thanks.

till
5th December 2006, 11:03
I have installed and configured the ispconfig appliance for testing purposes. I am looking for instructions on how to change the phpmyadmin and munit passwords. I tried to change the phpmyadmin password but it breaks the ispconfig interface as it can no longer connect to the database. Any help would be greatly appreciated. Thanks.

you must set the new mysql root password in the file /home/admispconfig/ispconfig/config.inc.php too.

BriX
7th December 2006, 18:37
Thanks Till. I found the file in /home/admispconfig/ispconfig/lib/config.inc.php

till
8th December 2006, 11:01
Yes, sorry, i forgot the lib folder in the path :D

BriX
10th December 2006, 21:41
To change the monit password you must change the .htpasswd file. This can be done using the htpasswd command.

htpasswd /home/admispconfig/ispconfig/.htpasswd admin

You will be prompted to enter the new password for the admin user.