diff options
Diffstat (limited to 'portal-BE/my.cnf')
-rw-r--r-- | portal-BE/my.cnf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/portal-BE/my.cnf b/portal-BE/my.cnf index d58210f7..983b8e31 100644 --- a/portal-BE/my.cnf +++ b/portal-BE/my.cnf @@ -16,7 +16,7 @@ # escpecially if they contain "#" chars... # Remember to edit /etc/mysql/debian.cnf when changing the socket location. [client] -port = 3306 +#port = 3306 socket = /var/run/mysqld/mysqld.sock # Here is entries for some specific programs @@ -36,7 +36,7 @@ skip-name-resolve #user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock -port = 3306 +#port = 3306 basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp @@ -135,9 +135,9 @@ max_binlog_size = 100M # Read the manual for more InnoDB related options. There are many! default_storage_engine = InnoDB # you can't just change log file size, requires special procedure -#innodb_log_file_size = 50M +#innodb_log_file_size = 2047M innodb_buffer_pool_size = 256M -innodb_log_buffer_size = 8M +innodb_log_buffer_size = 32M innodb_file_per_table = 1 innodb_open_files = 400 innodb_io_capacity = 400 |