Skip to content

Instantly share code, notes, and snippets.

@lorenadl
Created July 10, 2018 13:48
Show Gist options
  • Save lorenadl/9a10fb053fe1529d33bedbf427756fbd to your computer and use it in GitHub Desktop.
Save lorenadl/9a10fb053fe1529d33bedbf427756fbd to your computer and use it in GitHub Desktop.
MySQL set root user password

MySQL set or change root user password

mysqladmin -u root password NEWPASSWORD

To change password:

mysqladmin -u root password NEWPASSWORD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment