Revision: 58808
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 3, 2012 10:45 by cphoover
Initial Code
#to change mysql passwords: #If you have never set a password: mysqladmin -u root password NEWPASSWORD #if you are resetting a password: mysqladmin -u root -p'oldpassword' password newpass
Initial URL
Initial Description
Initial Title
Adding/Changing/Ressetting MySQL User passwords
Initial Tags
Initial Language
Other