Brain Goo

Carpe Crap ‘em

Brain Goo header image 4

Entries from September 2008

Change or recover MySQL root password

September 22nd, 2008 · No Comments

To Change a Known Password If you know the current password, use one of these methods to reset it.  If you do not know, skip ahead to the next section. Using mysqladmin if there is no password: $ mysqladmin -u root password <new password> Using mysqladmin if there is a password: $ mysqladmin -u root [...]

[Read more →]

Tags: How Tos · mysql