ansible-roles/mysql-oracle/templates/evolinux-custom.cnf.j2
Jérémy Lecour 738d56db68 Add mysql-oracle role
Install and configure MySQL 5.7 with packages from Oracle
2018-02-28 17:12:25 +01:00

5 lines
145 B
Django/Jinja

[mysqld]
#bind-address = 0.0.0.0
thread_cache_size = {{ mysql_thread_cache_size }}
innodb_buffer_pool_size = {{ mysql_innodb_buffer_pool_size }}