Hello, i am trying to change innodb_buffer_pool_size on mariadb/mysql but it seems that is not possible.
I have change my.cnf. and then "systemctl restart mariadb". DB restart successful but i can see 128M pool size using phpmyadmin.
Changed /etc/my.cnf. to following:
I have change my.cnf. and then "systemctl restart mariadb". DB restart successful but i can see 128M pool size using phpmyadmin.
Changed /etc/my.cnf. to following:
Code:
[mysqld]
#bind-address = ::
bind-address = 127.0.0.1
skip_name_resolve
local-infile=0
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# Settings user and group are ignored when systemd is used.
# If you need to run mysqld under a different user or group,
# customize your systemd unit file for mariadb according to the
# instructions in http://fedoraproject.org/wiki/Systemd
[mysqld_safe]
log-error=/var/log/mariadb/mariadb.log
pid-file=/var/run/mariadb/mariadb.pid
#
# include all files from the config directory
#
!includedir /etc/my.cnf.d
[mysqld]
innodb_buffer_pool_size = 10G