Skip to content

Commit bf0e3ce

Browse files
committed
configure mysql
1 parent bdfa437 commit bf0e3ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mysqld.cnf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ thread_cache_size = 8
5151
# This replaces the startup script and checks MyISAM tables if needed
5252
# the first time they are touched
5353
myisam-recover-options = BACKUP
54-
#max_connections = 100
54+
max_connections = 1024
5555
#table_open_cache = 64
5656
#thread_concurrency = 10
5757
#
@@ -93,6 +93,7 @@ max_binlog_size = 100M
9393
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
9494
# Read the manual for more InnoDB related options. There are many!
9595
#
96+
innodb_buffer_pool_size = 1GB
9697
# * Security Features
9798
#
9899
# Read the manual, too, if you want chroot!

0 commit comments

Comments
 (0)