X-Git-Url: https://gerrit.onap.org/r/gitweb?p=portal.git;a=blobdiff_plain;f=portal-BE%2Fmy.cnf;h=983b8e31719f4cb0711169da9660ebbb240c4665;hp=d58210f728906f06dbf9e88bf9ce99d42cb864ee;hb=f2805494b772201a94334e2c2f72315cacd8266b;hpb=99a220e3fccdabca5c5d1f63582a77a0379ac057 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