support wechat and alipay payment for mobile page

This commit is contained in:
RockYang
2024-09-30 16:20:40 +08:00
parent 8923e938d2
commit 5a04a935be
8 changed files with 120 additions and 45 deletions

View File

@@ -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