The following steps should disable the MySQL service from listening for connections on the default port 3306.
- Stop the NetProwler Manager and any NetProwler Consoles (if running).
- Run Notepad.
- Open the file c:\my.cnf
- The file should contain two lines
[mysqld]
basedir=c:\\mysql
- Add the line "skip-networking", so the file should look like:
[mysqld]
basedir=c:\\mysql
skip-networking
Save the file and exit notepad.
Disabling access to MySQL via SMB- From the Start menu, choose Control Panel
- Double-click the Services icon.
- Select Computer Browser from the list of services. Click the Startup button. Set the Startup Type to "Disabled" and click Ok.
- Repeat Step 3, for the Server service.
- Restart the workstation.