I returned to using mySQL after a long time, and I used the command to check and confirm that I have mySQL installed:
mysql --version
Since it returned a version, I thought my laptop already has mySQL. But when I run the command:
brew services start mysql
it tells me: Error: Formula ‘mysql’ is not installed.
I am confused. Why is this the case? Am I missing something?