Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Alex Schaft on March 16, 2004, 02:31:39 PM

Title: Mysql access from lan
Post by: Alex Schaft 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
Title: Mysql access from lan
Post by: MasterSleepy 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.
Title: Mysql access from lan
Post by: Alex Schaft 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?