Posts: 0
Threads: 4
Joined: Feb 2025
Reputation:
0
hello ,
new problem.. i forgot my password on mysql so i reseted .. how can i update my password to ehcp also ?
thankyou,
Restored from old drupal forum, for user uid:2619 username:vipers
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Feb 2025
Reputation:
0
if you changed mysql root pass:
* edit config.php in ehcp dir, change variable $dbrootpass accordingly, restart ehcp daemon, nothing else needed.
(/etc/init.d/ehcp restart)
if you changed mysql ehcp user pass:
1- edit config.php in ehcp dir, change variable $dbpass accordingly,
2- you must be using at least version 0.29.09 (previous versions are buggy about step 3), if not, upgrade, dont forget to restart ehcp daemon after upgrade.
3- go to ehcp gui, options, click "fix mail configuration"
4- edit /etc/pam.d/vsftpd, update passwd accordingly (this will be automatic in some later versions than 0.29.09), restart vsftpd
5- for net2ftp: in ehcp dir: edit net2ftp/settings.inc.php, change dbpassword there,
these 5 steps will be automatic in future versions of ehcp.
let me know if that fixed your problem..
Restored from old drupal forum, for user uid:2619 username:vipers
You may reset your password to access your new account here.