Koozali.org: home of the SME Server

Mysql access from lan

Offline Alex Schaft

  • ****
  • 97
  • +0/-0
Mysql access from lan
« on: March 16, 2004, 02:31:39 PM »
How do I enable lan access to mysql? Can't seem to find anything in templates or the manual.html file

SME 5.6
......

Offline MasterSleepy

  • *
  • 386
  • +0/-0
    • http://www.vanhees.cc
Mysql access from lan
« Reply #1 on: March 16, 2004, 02:52:15 PM »
Hi,

Try this
Code: [Select]

[root@sme root]# /sbin/e-smith/db configuration setprop mysqld LocalNetworkingOnly no
[root@sme root]# /sbin/e-smith/expand-template /etc/my.cnf
[root@sme root]# /sbin/service mysqld restart



Find on http://www.sme-fr.homelinux.net/cmdline.php#mysql_access

Regards.

Offline Alex Schaft

  • ****
  • 97
  • +0/-0
Mysql access from lan
« Reply #2 on: March 16, 2004, 02:59:02 PM »
I found this on another site as well, and tried it, but it appears to be only for SME 6?
......