Skip to content

Instantly share code, notes, and snippets.

@EmmaEwert
Created April 24, 2017 11:43
Show Gist options
  • Save EmmaEwert/4618db70eecd42ab19e55aab7f9e044a to your computer and use it in GitHub Desktop.
Save EmmaEwert/4618db70eecd42ab19e55aab7f9e044a to your computer and use it in GitHub Desktop.
-- stop service
-- C:\> cd "C:\Program Files\MySQL\MySQL Server 5.7\bin"
-- C:\> mysqld --init-file=C:\\mysql-init.txt
ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment