摘要: 1按照官网步骤 https://redis.io/download 授权, 在客户端 reids 设置密码config set requirepass 123config get * 然后 按 ctr+c 退出./redis-cli -a 123 config get * 4.参数优化 https: 阅读全文
posted @ 2018-05-28 23:35 霂雨 阅读(162) 评论(0) 推荐(0)
摘要: 1. show global status 查看所有状态 (可省略) 2. SHOW VARIABLES LIKE 'max_connections' (查找最大连接数),然后修改 my.cnf 文件中 max_connections 的值 为1500 3.重启mysql sudo service 阅读全文
posted @ 2018-05-28 21:35 霂雨 阅读(115) 评论(0) 推荐(0)