Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: nefkho on June 18, 2009, 02:36:59 AM
-
hi, i got this error:
"the local MySQL server's socket is not correctly configured"
after doing this:
config setprop mysqld LocalNetworkingOnly no
expand-template /etc/my.cnf
sv t /service/mysqld
and this:
config set mysqld service access public status enabled TCPPort 3306
signal-event remoteaccess-update
signal-event reboot
any one can help me reverse it.
thanks,
-
hi, i got this error:
"the local MySQL server's socket is not correctly configured"
Where and when do you see that error?
after doing this:
config setprop mysqld LocalNetworkingOnly no
expand-template /etc/my.cnf
sv t /service/mysqld
and this:
config set mysqld service access public status enabled TCPPort 3306
signal-event remoteaccess-update
signal-event reboot
I can't think of any legitimate reason you'd want the whole Internet to be able to access your mysql server.
any one can help me reverse it.
config delete mysqld
signal-event post-update post-upgrade
signal-event reboot
-
signal-event post-update
I actually looked it up to make sure I wasn't seeing things: /etc/e-smith/events
signal-event post-upgrade
Take care :smile: