I have installed MySQL Community Edition 5.5 on my local machine and I want to allow remote connections so that I can connect from external source.
How can I do that
And for OS X people out there be aware that the bind-address parameter is typically set in the launchd plist and not in the my.ini file. So in my case, I removed --bind-address=127.0.0.1 from /Library/LaunchDaemons/homebrew.mxcl.mariadb.plist.
--bind-address=127.0.0.1
/Library/LaunchDaemons/homebrew.mxcl.mariadb.plist