PDA

View Full Version : Recover lost MySQL pw



hostpc.com
11-03-2003, 05:10 PM
How can I recover the main (root) mysql password - or reset it to something else? is there a shadow file created?

S2S-Robert
11-03-2003, 11:54 PM
and how about the system passwords of other services such as apache? They run under the apache user and I saw that this user has gotten several e-mails which I'd like to download via POP3.

ProWebUK
11-04-2003, 04:28 AM
under add-ons & advice

http://www.directadmin.com/forum/showthread.php?s=&threadid=65

DirectAdmin Support
11-04-2003, 09:46 AM
Hello,

The proper way to get the apache emails would be to create a forwarder in /etc/aliases:

apache: email@address.com

but to set the apache password.. just type:

passwd apache

John