Developers, Developers, Developers! Maksim Sorokin IT Blog

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-networking option (by default in latest versions of MySQL this version is not present in configuration file)
  • add (or modify) bind-address with ip of your machine on which MySQL is running
Comments (0) Trackbacks (1)

Leave a comment