Compare Page Revisions
« Older Revision - Back to Page History - Current Revision
sudo /etc/init.d/mysqld stop
sudo mysqld_safe --skip-grant-tables &
mysql -u root
use mysql; update user set password=PASSWORD("NEW-ROOT-PASSWORD") where User='root'; flush privileges; quit
sudo /etc/init.d/mysqld stop sudo /etc/init.d/mysqld start
mysql -u root -p
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.