We are not using SME as a security device and currently have no need to restrict access to mysql, we are simply trying to pilot a replica of our win2k environment.
We need to be able to provide access to mysql so we can use things like SQLyog.
I have tried running the following 3 commands as found in the forum archives,
service mysqld stop
/sbin/e-smith/config setprop mysqld LocalNetworkingOnly no
service mysqld start
but the problem appears to be that the server is not listening on the 3306 tcp port (we have tpools to test this, and no response on this port. We are using SME 6.0 final
Could some one please explain what i need to do to allow access to thios port, even if i allow only the 2 local subnets?
EDIT: PS i have allowed all the subnets in the remote access server panel.