We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfa437 commit bf0e3ceCopy full SHA for bf0e3ce
mysqld.cnf
@@ -51,7 +51,7 @@ thread_cache_size = 8
51
# This replaces the startup script and checks MyISAM tables if needed
52
# the first time they are touched
53
myisam-recover-options = BACKUP
54
-#max_connections = 100
+max_connections = 1024
55
#table_open_cache = 64
56
#thread_concurrency = 10
57
#
@@ -93,6 +93,7 @@ max_binlog_size = 100M
93
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
94
# Read the manual for more InnoDB related options. There are many!
95
96
+innodb_buffer_pool_size = 1GB
97
# * Security Features
98
99
# Read the manual, too, if you want chroot!
0 commit comments