I need to increase MySql memory for innodb but i cannot find the variable "innodb_buffer_pool_size". I have Ubuntu 18.04 installed and MySQL 5.7 In stackoverflow, some posts says to modify the my.cnf file and increase the variable "innodb_buffer_pool_size", but I don't find the variable.
In my Ubuntu server, here is my my.cnf file (etc/mysql/my.cnf):
!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mysql.conf.d/
This is my /etc/mysql/conf.d/mysql.cnf
[mysql]
And this is /etc/mysql/mysql.conf.d/mysqld.cnf
[mysqld]
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
datadir = /var/lib/mysql
log-error = /var/log/mysql/error.log
# By default we only accept connections from localhost
bind-address = *
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
default_password_lifetime = 0