Files
cloudron-box/setup/container/mysql.cnf
T

11 lines
198 B
INI
Raw Normal View History

2015-08-13 13:47:18 -07:00
!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mysql.conf.d/
# http://bugs.mysql.com/bug.php?id=68514
[mysqld]
performance_schema=OFF
max_connection=50
2015-08-13 14:42:36 -07:00
max_connection=5
thread_cache_size=5
2015-08-13 13:47:18 -07:00