Tags: root

How to Reset Forgotten MySQL Root Password

Linux Send feedback »
First things first. Log in as root and stop the mysql daemon. Now lets start up the mysql daemon and skip the grant tables which store the passwords. #mysqld_safe --skip-grant-tables You should see mysqld start up successfully. If not, well you have… more »

HP-UX: How to extend root - live!

HP-UX Send feedback »
No outage required , if you have online jfs. If you do not have online jfs , do all the following in LVM maintenance mode.Note: this will only work if SWAP is NOT the next lvol after / a. Login as root.b. Find out a free disk / un mirror the rootvg a… more »