smarthost examples

This commit is contained in:
Serghey Rodin 2013-06-17 12:13:27 +03:00
commit 4b53b12965
88 changed files with 350 additions and 5 deletions

16
install/rhel/mysql.cnf Normal file
View file

@ -0,0 +1,16 @@
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
symbolic-links=0
max_connections=200
max_user_connections=30
wait_timeout=30
interactive_timeout=50
long_query_time=5
#log-queries-not-using-indexes
#log-slow-queries=/var/log/mysql/log-slow-queries.log
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid