如何增加mysql的连接数量。让ecshop更稳定.
回答:进入mysql命令模式下。执行该SQL语句
set global max_connections=500;
show variables;
文章链接:文章链接
转载于:https://blog.51cto.com/nixus/682232
如何增加mysql的连接数量。让ecshop更稳定.
回答:进入mysql命令模式下。执行该SQL语句
set global max_connections=500;
show variables;
文章链接:文章链接
转载于:https://blog.51cto.com/nixus/682232