Trying to Get My Localhost Going #4320
Replies: 2 comments 3 replies
-
The MySQL folks specifically recommend NOT running as root (https://mariadb.com/kb/en/running-mysqld-as-root/), and nothing in the Homebrew setup for
Also:
You don't need
The correct path is What's the output of |
Beta Was this translation helpful? Give feedback.
-
All sorted. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
willbermudez@WIlls-Mac-mini / % brew doctor ==> Downloading https://formulae.brew.sh/api/formula.jws.json Your system is ready to brew.
Description of issue
I have been going in circles for the last two days now. I really hope someone can answer or help me get going here.
After installing homebrew, I installed the following:
When attempting: brew services start mysql
I tried: brew cleanup --prune=all
Then: sudo brew services start mysql
sudo brew services restart httpd
I can access mysql with a password I was able to create using:
mysql -uroot -p -h127.0.0.1 --protocol=tcp
There is nothing in: /user/local/var/mysql
I've been on chatGPT and there was some help but I'm going in circles with it now.
Any insight is GREATLY appreciated.
Beta Was this translation helpful? Give feedback.
All reactions