Mysql5.7的安裝與配置文件優化

1.安裝mysql軟件與它所需要的依賴包 2.初始優化mysql軟件 sed -i ‘/^[mysqld] /a\innodb_buffer_pool_size=1G’ /etc/my.cnf #設置mysql虛擬內存爲1G sed -i ‘/^[mysqld]/a\max_connections=4000’ /etc/my.cnf #設置mysql最大連接請求數量爲4000 sed -i ‘/^
相關文章
相關標籤/搜索