mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
red-static sollte nun wieder ein Stueck weit besser gehen. PCI-/USB-IDs aktualisiert. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@931 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
24 lines
411 B
INI
24 lines
411 B
INI
[client]
|
|
password = mysqlfire
|
|
port = 3306
|
|
socket = /var/run/mysql/mysql.sock
|
|
|
|
[mysqld]
|
|
port = 3306
|
|
socket = /var/run/mysql/mysql.sock
|
|
datadir = /srv/mysql
|
|
bind-address=127.0.0.1
|
|
|
|
[mysql.server]
|
|
user=mysql
|
|
basedir=/var/lib
|
|
|
|
[mysqld_safe]
|
|
log-error=/var/log/mysqld.log
|
|
#pid-file=/var/run/mysqld/mysqld.pid
|
|
|
|
[mysql]
|
|
no-auto-rehash
|
|
# Remove the next comment character if you are not familiar with SQL
|
|
#safe-updates
|