Skip to content

Instantly share code, notes, and snippets.

@kamal-github
Created May 3, 2016 11:55
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 kamal-github/ae08737f3c158b03fcc70e29da5daee9 to your computer and use it in GitHub Desktop.
Save kamal-github/ae08737f3c158b03fcc70e29da5daee9 to your computer and use it in GitHub Desktop.

###MYSQL We've installed your MySQL database without a root password. To secure it run: mysql_secure_installation

To connect run: mysql -uroot

To have launchd start mysql now and restart at login: brew services start mysql Or, if you don't want/need a background service you can just run: mysql.server start

###Postgres

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment