[mysqld]
skip-grant-tables
Restart DB engine. Go inside:mysql -u'root'
Set new password:UPDATE mysql.user SET Password=PASSWORD('new-password') WHERE User='root';
FLUSH PRIVILEGES;
exit;[mysqld]
skip-grant-tables
Restart DB engine. Go inside:mysql -u'root'
Set new password:UPDATE mysql.user SET Password=PASSWORD('new-password') WHERE User='root';
FLUSH PRIVILEGES;
exit;
No comments:
Post a Comment