📜  典型的 max-connect-errors mysql 代码示例

📅  最后修改于: 2022-03-11 15:05:13.155000             🧑  作者: Mango

代码示例1
/* 
In the case of active connections using temporary/memory tables, 
memory usage can go even higher. 

On systems with small RAM or with a hard number of connections control on application side:
max_connections = 100-300. 

Systems with 16G RAM or higher: 
max_connections = 1000

Per-connection buffer should have good/default values while on some systems we can see 
up to max_connections = 8000
*/