How to make mySQL database at my local accessible from different machines?
I have mySQL installed at my Windows system which I connect using mySQL Query Browser. I am giving training and I want people to be able to connect to my machines SQL Database How do I do that? Currently its not allowing the connections. What settings do I need to modify? STEP 1: Check IP connectivity By default it only allows connections from 127.0.0.1. Are you using windows or linux? Open my.cnf and change bind address to your network IP. [mysqld] user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /var/lib/mysql tmpdir