mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Postfix-Konfiguration funktioniert.
libidn hinzugefuegt. !!!Build kann Fehler erzeugen!!! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@929 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
22
config/mysql/my.cnf
Normal file
22
config/mysql/my.cnf
Normal file
@@ -0,0 +1,22 @@
|
||||
[client]
|
||||
password = mysqlfire
|
||||
port = 3306
|
||||
socket = /var/run/mysql/mysql.sock
|
||||
|
||||
[mysqld]
|
||||
port = 3306
|
||||
socket = /var/run/mysql/mysql.sock
|
||||
datadir = /srv/mysql
|
||||
|
||||
[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
|
||||
Reference in New Issue
Block a user