Skip to main content
MYSQLLocal

Setting up a MySQL Database Server on local network / LAN on a MAC

By October 17, 2020No Comments

https://dba.stackexchange.com/a/196827

Above does the trick. Another thing to note – don’t try to connect root from network machines as mostly when we install MySQL we disable root to be accessed locally. Create a new user.

Also don’t forget to restart mysql and may be apache as well.


1
brew services restart httpd