配资炒股开户官网-股票杠杆收费标准-【东方资本】,网络股票配资平台官网,股票杠杆算法怎么算,医药类股票龙头企业

跳轉到主要內容

Mysql myrouter提示連接數超過

分類
故障描述

routing WARNING [7f73baffd700] [routing:bootstrap_rw] Total connections count=512 exceeds [DEFAULT].max_total_connections=512

故障分析

  無

處理過程

myrouter默認最大會話為512。當需要改時,需改兩個參數

[DEFAULT]
max_total_connections = 5120

[routing:bootstrap_rw] 
max_connections = 5120


 

建議/總結

  無