How/where can I disable the MySQL DB from accepting TCP inbound connections to the 3306 port?
The following steps should disable the MySQL service from listening for connections on the default port 3306.Save the file and exit notepad.
- 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
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.
I think in Linux you have to edit the file /etc/my.cnf.
I don't know if you have to change it the instructions I posted is what worked for a friend of mine thats what she was told to do my her husbands friend so not sure.
What do you want to try to stop?
There are currently 2 users browsing this thread. (0 members and 2 guests)
Bookmarks