★ wanayoo — archive 1999 http://www.devshed.com/Talk/Forums/Forum4/HTML/000452.htmlNouvelle recherche | Portail wanayoo
DevShed Menu
* DevShed Home
* Developer News
* DevShed Brain Dump




UBBFriend: Email This Page to Someone!
  DevShed Discussion Forums
  MySQL
  Forgot the root password

Post New Topic  Post A Reply
profile | register | preferences | faq | search

next newest topic | next oldest topic
Author Topic:   Forgot the root password
gonja
Junior Member
posted May 11, 2000 08:10 PM     Click Here to See the Profile for gonja     Edit/Delete Message Reply w/Quote
Hi ...

I've forgot my root password to connect to Mysql ...pls help......

barthap
Junior Member
posted May 16, 2000 03:22 AM     Click Here to See the Profile for barthap   Click Here to Email barthap     Edit/Delete Message Reply w/Quote
From the manual:

18.9 How to reset a forgotten password.

If you have forgotten the root user password for MySQL, you can restore it with the following procedure.

Take down the mysqld server by sending a kill (not kill -9) to the mysqld server. The pid is stored in a .pid file which is normally in the MySQL database directory:
kill `cat /mysql-data-directory/hostname.pid`
You must be either the UNIX root user or the same user the server runs as to do this.
Restart mysqld with the --skip-grant-tables option.
Connect to the mysqld server with mysql -h hostname mysql and change the password with a GRANT command. See section 7.26 GRANT and REVOKE syntax. You can also do this with mysqladmin -h hostname -u user password 'new password'
Load the privilege tables with: mysqladmin -h hostname flush-privileges or with the SQL command FLUSH PRIVILEGES.

Bye,
Peter

All times are MST (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply
Hop to:

Contact Us | DevShed.com

Copyright © 1997-2000 ngenuity. All rights reserved.

Powered by: Ultimate Bulletin Board, Version 5.41a
© Infopop Corporation (formerly Madrona Park, Inc.), 1998 - 1999.