Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 317 Bytes

mysql.md

File metadata and controls

16 lines (12 loc) · 317 Bytes

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