Go Back   Linux Forums by TotalPenguin! Get linux Help! > GUI Linux > Linux Applications

Linux Applications Discussion for Linux Software and Application releated issues.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-07-2007, 10:26 PM
Member
 
Join Date: Jan 2007
Posts: 96
Prog is on a distinguished road
Default MySQL Root Password

How can I set/reset the MySQL root password?
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 10-08-2007, 08:38 PM
Jordan's Avatar
Administrator
 
Join Date: Nov 2006
Posts: 570
Jordan is on a distinguished road
Default

To set it for the first time use:

Code:
$ mysqladmin -u root password <yourpassword>
And of course replace <yourpassword> with the password you wish to use.

To change it use this command:

Code:
$ mysqladmin -u root -p <currentPassword> <NewPassword>
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
.SQL into MySQL Lop Linux Applications 3 08-14-2007 07:01 PM


All times are GMT. The time now is 02:44 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.