/ Published in: Other

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#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
Comments
