Skip to content

Instantly share code, notes, and snippets.

@ufukomer
Last active April 17, 2017 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ufukomer/0ea17fbe89845fbbe597 to your computer and use it in GitHub Desktop.
Save ufukomer/0ea17fbe89845fbbe597 to your computer and use it in GitHub Desktop.
Issues during the development.
./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