Results 1 to 3 of 3

Thread: Recover lost mysql password

  1. #1
    Join Date
    Apr 2009
    Posts
    42

    Recover lost mysql password

    Is there any to recover lost mysql password? I forgot my root password for mySQL database and i want to know the instructions to recover it.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Recover lost mysql password

    • Stop the MySQL service :
    • Code:
    • # /etc/init.d/mysql stop
  3. Start the MySQL server w/o password :
  4. Code:
  5. # mysqld_safe --skip-grant-tables &
  • Connect to the MySQL server using the MySQL client :
  • Code:
    # mysql -u root
  • Change root password :
    Code:
  • UPDATE user SET password = password('.......') WHERE user = 'root' AND host='localhost'; (type the new password instead of dots)
  • Stop MySQL server :
    Code:
    # /etc/init.d/mysql stop
  • Reply With Quote Reply With Quote

  • #3
    Join Date
    Jan 2009
    Posts
    199

    Re: Recover lost mysql password

    Access 9X Database Password 1.0 : Access 9X Database Password can instantly recover any MS Access 95/97 (MS Jet 3.0/3.5) database password. You can use standard shortcut keys and menus to select, copy and paste the password.

    Download Access 9X Database Password 1.0

  • Similar Threads

    1. Replies: 1
      Last Post: 26-04-2011, 06:51 PM
    2. How to recover a Lost Password For Dell Inspiron 1545
      By Phaedra in forum Hardware Peripherals
      Replies: 5
      Last Post: 31-12-2010, 02:48 PM
    3. How to recover lost, partially known DriveCrypt password
      By Svana in forum Networking & Security
      Replies: 5
      Last Post: 27-12-2010, 02:19 PM
    4. How do I recover a lost password for Windows
      By buaini in forum Windows Software
      Replies: 1
      Last Post: 16-09-2010, 05:58 PM
    5. Mac OS X recover lost password
      By jesse in forum Tips & Tweaks
      Replies: 1
      Last Post: 22-01-2009, 10:58 PM

    Tags for this Thread

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    Page generated in 1,714,051,995.01535 seconds with 17 queries