会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
imengbi
博客园
首页
新随笔
联系
订阅
管理
2021年10月25日
php-fpm 根据服务器内存 进行进程数设置
摘要: 以下为官方文档内容: pm string 设置进程管理器如何管理子进程。可用值:static,ondemand,dynamic。必须设置。 static - 子进程的数量是固定的(pm.max_children)。 ondemand - 进程在有需求时才产生(当请求时才启动。与 dynamic 相反
阅读全文
posted @ 2021-10-25 18:29 imengbi
阅读(627)
评论(0)
推荐(0)
2021年10月21日
centos7 使用 mariadb 10.6.4 意外错误
摘要: The user specified as a definer ('mariadb.sys'@'localhost') does not exist 使用mariadb 10.6.4 的是时候, 使用root 账号想查看 用户信息时,出现一下错误 提示用户不存在, 想起来,是安装mariadb 后,
阅读全文
posted @ 2021-10-21 21:28 imengbi
阅读(663)
评论(0)
推荐(0)
2021年10月20日
centos7 使用 yum 安装 PHP7.2
摘要: 安装源安装高版本php,需要配置额外的源码地址,因为官方yum源没有最新的版本,更新很慢, 毕竟官方,需要的是稳定版。高版本的三方源地址为两部分, epel-release 和 webtatic什么是 webtatic ? Webtatic Yum 存储库是一个 CentOS/RHEL 存储库,其中
阅读全文
posted @ 2021-10-20 21:35 imengbi
阅读(904)
评论(0)
推荐(0)
2021年10月19日
centos7 使用 yum 安装 mariadb
摘要: 查看系统是否已安装 mariadb 数据 rpm -qa|grep -i mariadb yum安装,需要手动添加MariaDB的yum依赖仓库 vim /etc/yum.repos.d/MariaDB.repo 文件内容根据官方提供填写, 网址: https://downloads.mariadb
阅读全文
posted @ 2021-10-19 18:24 imengbi
阅读(932)
评论(0)
推荐(0)
2021年10月17日
centos7 环境 安装 Nginx
摘要: 一. 安装 Nginx 依赖 gcc PCRE pcre-devel zlib OpenSSL yum install gcc-c++ yum install -y pcre pcre-devel yum install -y zlib zlib-devel yum install -y opens
阅读全文
posted @ 2021-10-17 21:39 imengbi
阅读(65)
评论(0)
推荐(0)
公告