Dec
28
2005
0

Changing the MySQL root password

just so I don’t forget it …
(still need it EVERYTIME I set up a new server *sigh*)

root@u-1:/home/u-1# mysql -u root mysql
mysql> SET PASSWORD FOR root@localhost=PASSWORD('whatever');

Written by Florian Beer in: linux,server
rel-tag , , , ,