19Jul/10Off
Accessing MySQL Remotely
By default, you can access MySQL only from the localhost. In order to access it from the network, you have to modify your my.cfg or my.ini:
- Remove or comment out
skip-networkingoption (by default in latest versions of MySQL this version is not present in configuration file) - add (or modify)
bind-addresswith ip of your machine on which MySQL is running