Archive for October, 2009

How To Find Working Directory Of Some Process In Linux

While monitoring your Linux server, you found that any particular process is causing load, what you will do? Kill the process to get rid of it.. Good but it is always better to identify the root cause of problem. Find out from which directory this process is running.

» Read more

Reset The Forgotten MySQL Password

If you already know the mysql password, then it is not a big deal to set a new password. Simply run the following commands in sequence and these will change your mysql password.

» Read more