0

I installed mysql using brew:

brew install mysql

Installation went fine without any error.

When I do:

brew services

I see:

mysql none

Seems mysql is not started.

So how to get it running?

2
  • 1
    brew services start mysql if you want it to start now, and automatically start after a reboot; or mysql.server start if you just want to start it now.
    – CBroe
    Commented Jul 9 at 10:01
  • This question is similar to: How do you stop MySQL on a Mac OS install?. If you believe it’s different, please edit the question, make it clear how it’s different and/or how the answers on that question are not helpful for your problem. Commented Jul 9 at 12:30

1 Answer 1

1

you can also download a DMG package directly from MySQL.

This includes directly the installer.

Nothing else to do.

Not the answer you're looking for? Browse other questions tagged or ask your own question.