Acquaintance
Acquaintance
KPCKevin Powell - Community
Created by Acquaintance on 9/29/2024 in #back-end
Troubleshoot with running mysql via brew
Do you all know what happened here I installed mysql via brew in macos m1, whenever i run brew services start mysql it shows me successfully but when i check it again with brew services it's stopped
brew services
Name Status User File
docker-machine none
mongodb-community started tannguyenthanh ~/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist
mysql stopped root ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
[email protected] stopped tannguyenthanh ~/Library/LaunchAgents/[email protected]
postgresql@14 started tannguyenthanh ~/Library/LaunchAgents/[email protected]
rabbitmq none
redis none
unbound none
brew services
Name Status User File
docker-machine none
mongodb-community started tannguyenthanh ~/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist
mysql stopped root ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
[email protected] stopped tannguyenthanh ~/Library/LaunchAgents/[email protected]
postgresql@14 started tannguyenthanh ~/Library/LaunchAgents/[email protected]
rabbitmq none
redis none
unbound none
Im not sure what went wrong; I've tried everything I found online, but nothing worked, not even reinstalling MySQL The issue just happens only with MySQL; Mongodb and Postgresql are working fine
27 replies