Created
April 24, 2017 11:43
-
-
Save EmmaEwert/4618db70eecd42ab19e55aab7f9e044a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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