MySQL: How to allow remote connection to mysql

后端 未结 16 1194
北海茫月
北海茫月 2020-11-21 06:15

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

16条回答
  •  春和景丽
    2020-11-21 07:04

    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.

提交回复
热议问题