使用 Google Cloud SQL for MySQL 实例
您可以在 Google Cloud 中创建数据库,并将该数据库用于 Kaspersky Security Center。
Kaspersky Security Center 可与 MySQL 5.7 和 5.6 一起使用。其他版本的 MySQL 尚未经过测试。
要创建和配置 MySQL 数据库:
在浏览器中,转到 https://cloud.google.com/sql/docs/mysql/create-instance#create-2nd-gen,然后按照提供的说明进行操作。
配置 MySQL 数据库时,请使用以下标志:
- sort_buffer_size 10000000
- join_buffer_size 20000000
- innodb_lock_wait_timeout 300
- max_allowed_packet 32000000
- innodb_thread_concurrency 20
- max_connections 151
- tmp_table_size 67108864
- max_heap_table_size 67108864
- lower_case_table_names 1
页顶