[PHP] reset mysql root password

2001-07-03 Thread Daniel Guerrier

How do I reset the root mysql password if I don't know
what it is in the first place.  I don't care if I lose data.

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] reset mysql root password

2001-07-03 Thread Duncan Hill

On Tue, 3 Jul 2001, Daniel Guerrier wrote:

 How do I reset the root mysql password if I don't know
 what it is in the first place.  I don't care if I lose data.

Go read the manual, specifically section 21.10:
http://www.mysql.com/doc/R/e/Resetting_permissions.html

-- 

Sapere aude
My mind not only wanders, it sometimes leaves completely.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]