摘要:
nginx 1.nginx简介 2.lnmp工作原理 apache nginx 3.nginx参数与模块介绍 --prefix=/usr/local/nginx #/指定安装路径 --with-http_stub_status_module #/安装状态模块、 --with-http_ssl_mod 阅读全文
posted @ 2022-10-15 19:11 LVstars 阅读(105) 评论(0) 推荐(0)
|
|
|
|
摘要:
nginx 1.nginx简介 2.lnmp工作原理 apache nginx 3.nginx参数与模块介绍 --prefix=/usr/local/nginx #/指定安装路径 --with-http_stub_status_module #/安装状态模块、 --with-http_ssl_mod 阅读全文
posted @ 2022-10-15 19:11 LVstars 阅读(105) 评论(0) 推荐(0)
摘要:
主从同步原理 master记录数据操作 开启binlog日志 设置binlog日志格式 指定server_id slave启用俩个线程 slave_io:复制master主机binlog日志为文件里的sql到本机的relay-log文件中 slave_SQL:执行本机relay_log文件里的sql 阅读全文
posted @ 2022-02-10 16:11 LVstars 阅读(179) 评论(1) 推荐(0) |
|