mbpk:~ username$ brew services list
Name Status User File
mariadb stopped root ~/Library/LaunchAgents/homebrew.mxcl.mariadb.plist
mongodb-community started username ~/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist
mysql stopped username ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
postgresql@14 none root
mbpk:~ username$ brew services start mariadb
Bootstrap failed: 5: Input/output error
Try re-running the command as root for richer errors.
Error: Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/username/Library/LaunchAgents/homebrew.mxcl.mariadb.plist` exited with 5.
mbpk~ username$ mariadb
ERROR 2002 (HY000): Can't connect to local server through socket '/tmp/mysql.sock' (2)`
I want to connect to my localhost MySQL or MariaDB, but I got this error.
1