mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 20:23:46 +08:00
support wechat and alipay payment for mobile page
This commit is contained in:
@@ -30,3 +30,15 @@
|
||||
# localhost which is more compatible and is not less secure.
|
||||
bind-address = 0.0.0.0
|
||||
mysqlx-bind-address = 0.0.0.0
|
||||
|
||||
performance_schema_max_table_instances=400
|
||||
# 缓存
|
||||
table_definition_cache=400
|
||||
# 关闭监控
|
||||
performance_schema=off
|
||||
# 打开表的缓存
|
||||
table_open_cache=64
|
||||
# InnoDB缓冲池大小调整操作的块大小
|
||||
innodb_buffer_pool_chunk_size=64M
|
||||
# InnoDB 存储引擎的表数据和索引数据的最大内存缓冲区大小
|
||||
innodb_buffer_pool_size=64M
|
||||
|
||||
Reference in New Issue
Block a user