Skip to content

Instantly share code, notes, and snippets.

@marcelojunior
Created September 6, 2012 00:05
Show Gist options
  • Save marcelojunior/3648273 to your computer and use it in GitHub Desktop.
Save marcelojunior/3648273 to your computer and use it in GitHub Desktop.
Reconfigurar senha do usuário ROOT do MySQL
/etc/init.d/mysqld stop
/etc/init.d/mysqld start -–skip-grant-tables
mysqladmin -u root password 'root'
mysqladmin flush-privileges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment