Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
▼
Monday, July 29, 2013
How to open 3306 port on Windows 2008 for MySQL?
In command line as administrator, run following command:
netsh advfirewall firewall add rule name="MySQL Server" action=allow protocol=TCP dir=in localport=3306
No comments:
Post a Comment