zhanghong 发表于 2018-10-9 10:22:32

mysql性能优化配置总结

  看了一些优化mysql运维的一些书籍,在此记录总结下:
  进入mysql客户端输入以下sql:
  1、连接设置
show variables like '%max_connection%';  
show status like '%Max_used_connections%';
  Max_used_connections/max_connection
页: [1]
查看完整版本: mysql性能优化配置总结