Sfoglia il codice sorgente

fixed interface binding

Christoph Schug 22 anni fa
parent
commit
b4e24d93b6
2 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. 4 2
      mysql4/my.cnf
  2. 1 1
      mysql4/mysql4.spec

+ 4 - 2
mysql4/my.cnf

@@ -6,12 +6,14 @@
 socket       = @l_prefix@/var/mysql4/mysql.sock
 port         = 3306
 
+[mysqld]
+bind-address = 127.0.0.1
+port         = 3306
+
 [mysqld_safe]
 datadir      = @l_prefix@/var/mysql4
 socket       = @l_prefix@/var/mysql4/mysql.sock
 set-variable = pid_file=@l_prefix@/var/mysql4/mysqld.pid
-host         = 127.0.0.1
-port         = 3306
 user         = @l_rusr@
 basedir      = @l_prefix@
 

+ 1 - 1
mysql4/mysql4.spec

@@ -39,7 +39,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Database
 License:      GPL
 Version:      %{V_opkg}
-Release:      20030415
+Release:      20030502
 
 #   package options
 %option       with_berkeleydb  yes