Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The default installation of MySQL allows for the database to listen to all interfaces. To apply a further level of security you can make the following modification if you do not need to keep MySQL open for any other devices. 

Open the my.ini file (Configuration Settings file) which is under the C:\Program Files\MySQL\MySQL Server 5. in the MySQL folder and add the following line

bind-address=127.0.0.1

Close and save the file and then restart the machine

  • No labels