MySQL Password Changes

4 replies
How do you change a password for an existing user via mysqladmin?
#mysql #password
  • Profile picture of the author topnichewebsites
    Go to your myPHPadmin
    Click on your database
    Click on Users table
    Edit the user your want to change
    Type in new password in the password field
    Change type to MD5
    Click OK
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[8565765].message }}
    • Profile picture of the author tommytx
      Originally Posted by topnichewebsites View Post

      Go to your myPHPadmin
      Click on your database
      Click on Users table
      Edit the user your want to change
      Type in new password in the password field
      Change type to MD5
      Click OK
      thanks that is neat is sh..i..t... I never knew that...
      Signature

      Free Pay Per Click Services http://www.52payperclick.com We all know FREE usually means scam or bait and switch.. so to settle that question check out my I love me wall at http://www.52payperclick.com/tom/attaboy.htm to see what all the folks say about my free services.

      {{ DiscussionBoard.errors[8570991].message }}
  • Profile picture of the author buysellbrowse
    Originally Posted by mohamedismail View Post

    How do you change a password for an existing user via mysqladmin?
    From the shell command prompt as root or with sudo:

    Code:
    mysqladmin -u USER -p password 'NEWPASSWORD'
    Substitute USER with the mysql user's ID and NEWPASSWORD with the new password you want it changed to.
    Signature
    buysell-browse.com * Free Classifieds Advertising & Promotion *
    {{ DiscussionBoard.errors[8567541].message }}
  • Profile picture of the author topnichewebsites
    Your Welcome
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[8570996].message }}

Trending Topics