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

Title: mysql error please help
Post 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,

Title: Re: mysql error please help
Post by: CharlieBrady on June 18, 2009, 05:06:28 AM
hi, i got this error:

"the local MySQL server's socket is not correctly configured"

Where and when do you see that error?

Quote
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.

Quote
any one can help me reverse it.

config delete mysqld
signal-event post-update post-upgrade
signal-event reboot
Title: Re: mysql error please help
Post by: kruhm on June 22, 2009, 12:58:02 PM
Quote
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: