Last active
April 17, 2017 13:32
-
-
Save ufukomer/0ea17fbe89845fbbe597 to your computer and use it in GitHub Desktop.
Issues during the development.
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
./mysql -u root -p | |
Change admin password of MySQL server: | |
UPDATE mysql.user SET Password=PASSWORD('root') WHERE User='root'; FLUSH PRIVILEGES; | |
Duration | |
http://codepen.io/ufukomer/pen/yePazw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment