Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed Nov 18, 2024
1 parent d84832b commit 14fd750
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions md/server/db_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ set global transaction_isolation='read-committed';
embed.db 0
```

## 修改数据库的最大连接数
MySQL的默认最大连接数是150,其他数据库可能默认值也不会很大。如果IM服务节点数较多,且服务压力较大,可能IM服务会无法获取到足够的连接导致失败。把数据库的最大连接数值配置为```c3p0.xml```中的最大连接数*节点数。

## 注意事项
数据库中有部分数据是二进制数据,MySQL做数据备份时需要加上参数```--hex-blob```,如果不加可能备份的数据无法正确恢复。

Expand Down

0 comments on commit 14fd750

Please sign in to comment.