Local – A Weblog of Priyank Maniar https://priyank.rocks Articles on web development & mobile app development Sat, 17 Oct 2020 18:59:22 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.2 Setting up a MySQL Database Server on local network / LAN on a MAC https://priyank.rocks/setting-up-a-mysql-database-server-on-local-network-lan-on-a-mac/ Sat, 17 Oct 2020 18:57:08 +0000 https://priyank.rocks/?p=7240 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
]]>