Share
Tweet
Home
HTML Tutorial
Photoshop Tutorial
Freelance jobs
Hot scripts
Code samples
Webmaster Resources
Web hosting
Developer Blog
Search code samples
Keyword
All Categories
ASP
CSS
Dhtml
Html
Javascript
PHP
Code Samples
ASP
CSS
Dhtml
Html
Javascript
PHP
LOGIN HERE
Username
Password
Signup Now
Forgot Password
Verify Signup
PHP >> General
I have lost my MySQL root password, how can I get in?
Visitor Ratings (2) :
Description
Code
Select All
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.35 GRANT and REVOKE Syntax http://www.mysql.com/doc/G/R/GRANT.html 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. Note that after you started mysqld with --skip-grant-tables, any usage of GRANT commands will give you an Unknown command error until you have executed FLUSH PRIVILEGES.
Rate this Resource
0
1
2
3
4
5
6
7
8
9
10
Top Web Hosting Companies offering unlimited web hosting
1
$
3.95
/month
Visit
2
$
1.99
/month
Visit
3
$
2.49
/month
Visit
4
$
3.95
/month
Visit
5
$
4.95
/month
Visit
Disclosure: We are compensated for our reviews. Click
here
for details.
Related Links
High quality Website Templates
Best hosting plans
Home
Blog
Ajax
CSS
Hot scripts
Tips & Tricks
Webmaster Resources
Freelance jobs
Articles
Sitemap
Website builder and Cheap domain names
Lotus Notes FAQ
Our partners