Skip to content

Instantly share code, notes, and snippets.

@Dirack
Created July 19, 2021 22:46
Show Gist options
  • Save Dirack/ba7a676f4394fee42a3365d1a481bb3a to your computer and use it in GitHub Desktop.
Save Dirack/ba7a676f4394fee42a3365d1a481bb3a to your computer and use it in GitHub Desktop.
sudo mysql

-- for MySQL
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';

Altera a senha para 'root'.

Retirado de link

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