Koozali.org: home of the SME Server

mysql error please help

Offline nefkho

  • *****
  • 183
  • +0/-0
    • http://www.cagothonglines.com
mysql error please help
« 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,

Nef Kho  :-) .........

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: mysql error please help
« Reply #1 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
« Last Edit: June 22, 2009, 08:08:24 PM by CharlieBrady »

Offline kruhm

  • *
  • 680
  • +0/-0
Re: mysql error please help
« Reply #2 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: