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
mysql@8.4         stopped tannguyenthanh ~/Library/LaunchAgents/homebrew.mxcl.mysql@8.4.plist
postgresql@14     started tannguyenthanh ~/Library/LaunchAgents/homebrew.mxcl.postgresql@14.plist
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
Was this page helpful?