2022年3月18日

docker安装mysql

摘要: 1、查找镜像 docker search mysql 也可以去官网查看镜像tag,选择自己需要的版本,否则会下载最新版本:https://hub.docker.com/_/mysql/ 2、拉取镜像 可以指定想要的版本,不指定则为最新版 #装MySQL(指定版本5.5) docker pull my 阅读全文

posted @ 2022-03-18 16:13 uestc2007 阅读(85) 评论(0) 推荐(0) 编辑

Nginx log_format性能参数$request_time $upstream_response_time

摘要: log_format是指存储日志的时候所采用的格式,可以在/etc/nginx//nginx.conf的http字段中设置 默认配置如下: log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status 阅读全文

posted @ 2022-03-18 10:10 uestc2007 阅读(546) 评论(0) 推荐(0) 编辑

导航