Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save francosalcedo/dc36bc885bfbd8fc42e292c871962ee2 to your computer and use it in GitHub Desktop.
Save francosalcedo/dc36bc885bfbd8fc42e292c871962ee2 to your computer and use it in GitHub Desktop.
Change mariadb root password ubuntu 17.10
UPDATE mysql.user SET authentication_string = PASSWORD('123') WHERE User = 'root' AND Host = 'localhost';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment