Cara Reset Password root MySQL di Ubuntu :
sudo /etc/init.d/mysql stop
sudo mysqld --skip-grant-tables
mysql -u root mysql
UPDATE user SET Password=PASSWORD('YOURNEWPASSWORD') WHERE User='roor'; FLUSH PRIVILEGES; Exit;
EmoticonEmoticon
Like this blog? Keep us running by whitelisting this blog in your ad blocker.
This is how to whitelisting this blog in your ad blocker.
Thank you!
EmoticonEmoticon