From 2195fa1ed94786e1f5a760b860e1ee8976e1ffe4 Mon Sep 17 00:00:00 2001 From: Pasha Date: Tue, 16 Aug 2022 21:48:31 +0000 Subject: initial commit --- configs/99-openstack.cnf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/99-openstack.cnf (limited to 'configs/99-openstack.cnf') diff --git a/configs/99-openstack.cnf b/configs/99-openstack.cnf new file mode 100644 index 0000000..6aedbcb --- /dev/null +++ b/configs/99-openstack.cnf @@ -0,0 +1,8 @@ +[mysqld] +bind-address = REPLACE_WITH_OPENSTACK_HOST_IP + +default-storage-engine = innodb +innodb_file_per_table = on +max_connections = 4096 +collation-server = utf8_general_ci +character-set-server = utf8 -- cgit v1.2.1