Skip to content

ZeroLife

Just another WordPress site

Month: April 2016

How to reset mysql root password

service mysql stop
mysqld_safe --skip-grant-tables &
mysql --user=root mysql
update user set Password=PASSWORD('new-password') where user='root';
flush privileges;
exit;

service mysql start

Author andrewPosted on April 28, 2016Leave a comment on How to reset mysql root password

Recent Posts

  • Set a Room Mailbox to Show Details of a Meeting in its Calendar – Office 365 – emtunc’s Blog
  • Configure SPF and DKIM in Postfix on Debian 8
  • Enable or disable access to Exchange Online PowerShell
  • 78
  • How to prepare a non-routable domain (such as .local domain) for directory synchronization – Office 365

Recent Comments

    Archives

    • March 2017
    • December 2016
    • October 2016
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • May 2016
    • April 2016
    • February 2016
    • December 2015
    • November 2015
    • October 2015
    • September 2015

    Categories

    • Uncategorized

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
    ZeroLife Proudly powered by WordPress