Set / change / reset the MySQL root password on Ubuntu Linux. Enter the following lines in your terminal.
- Stop the MySQL Server.
sudo /etc/init.d/mysql stop
2. Start the mysqld configuration.
sudo mysqld --skip-grant-tables &
3. Login to MySQL as root.
mysql -u root mysql
4. Replace YOURNEWPASSWORD with your new password!
UPDATE user SET Password=PASSWORD('YOURNEWPASSWORD') WHERE User='root'; FLUSH PRIVILEGES; exit;
It is tested on Ubuntu 10.04 on 08/05/2013
3 comments:
Really I got more knowledge from this article. Valuable article. Thanks.
Mobile Testing Training in Chennai
Mobile App Testing Training
Mobile Testing Training in Tambaram
Mobile Testing Training in Adyar
Manual Testing Training in Chennai
Drupal Training in Chennai
Photoshop Classes in Chennai
Mobile Testing Training in Chennai
vary nice post. useful information you shared.
Microsoft Windows Azure Training | Online Course | Certification in chennai | Microsoft Windows Azure Training | Online Course | Certification in bangalore | Microsoft Windows Azure Training | Online Course | Certification in hyderabad | Microsoft Windows Azure Training | Online Course | Certification in pune
Informative blog and useful information for all users. Keep sharing more blogs with us.
UI Development Course in Hyderabad
RPA Course in Hyderabad
Python Course in Hyderabad
Mean Stack developer Course in Hyderabad
Post a Comment