最新文章

mysql8 mgr集群+proxysql读写分离

修改服务器主机名并写入/etc/host,每台执行,如果有多台依次往后加 hostnamectl set-hostname s1 hostnamectl set-hostname s2 hostnamectl set-hostname s3 echo'192.168.2.233 s1 192.16

mysql
运维小白 数据库 23

postgresql 源码安装

创建用户 useradd postgres passwd postgres 安装依赖包 yum groupinstall -y "Development Tools" "Legacy UNIX Compatibility" yum install -y bios flex readline* zli

postgresql
运维小白 数据库 18

nginx 代理阿里云oss桶

在阿里云oss桶中绑定自定义域名 nginx 配置,其中/C/kuku-phl/web-mobile是桶中文件目录 server { server_name pwa.cashcc13.cc; listen 80; location =/ { proxy_pass http

nginx
运维小白 linux 14