mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
smarthost examples
This commit is contained in:
commit
4b53b12965
88 changed files with 350 additions and 5 deletions
16
install/rhel/mysql.cnf
Normal file
16
install/rhel/mysql.cnf
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue