Can't access MySQL server, don't know the password of a root account - TagMerge
1Can't access MySQL server, don't know the password of a root accountCan't access MySQL server, don't know the password of a root account

Can't access MySQL server, don't know the password of a root account

Asked 1 years ago
6
1 answers

Start (first stop the running one) your MySQL in safemode with skiped grant tables eg.:

safe_mysqld --user=mysql --skip-grant-tables --skip-networking

Thereafter you should have access to your database without password and could create a new user/password.

Source: link

Recent Questions on mysql

    Programming Languages