Month: January 2019

  • Set/Reset MySQL Root Password on MySQL 14.14

    I was trying to setup MySQL that I installed using sudo apt install MySql and couldn’t remember how to set the root password. I found many different instructions on how to stop MySQL, boot into safe mode and reset the root password. None of them worked. This did: sudo mysql_secure_installation You will see something like…