• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






qsnfjwjrzm

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2024年2月25日

nginx *** [objs/Makefile:886:objs/src/http/ngx_http_script.o] 错误 1
摘要: 将对应的makefile文件夹中(如本文中在 /nginx-1.10.3/objs/Makefile) 找到 -Werrori 并去掉 在重新make即可 查了-Werrori意思之后 发现原来它要求GCC将所有的警告当成错误进行处理 所有导致错误输出 并不能进行下一步 阅读全文
posted @ 2024-02-25 21:36 qsnfjwjrzm 阅读(220) 评论(0) 推荐(0)
 
centos7 make redis报错server.c:5492:176: 错误:‘struct redisServer’没有名为‘maxmemory’的成员
摘要: gcc版本过低 使用gcc -v查看版本 #升级到 5.3及以上版本 yum -y install centos-release-scl yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ devtoolset-9-binutils scl en 阅读全文
posted @ 2024-02-25 21:18 qsnfjwjrzm 阅读(121) 评论(0) 推荐(0)
 

2024年1月31日

ubuntu安装nginx遇到的问题
摘要: 执行./configure的时候出现error 1.Ubuntu the HTTP rewrite module requires the PCRE library 缺少pcre 执行 sudo apt-get install libpcre3 libpcre3-dev sudo apt-get i 阅读全文
posted @ 2024-01-31 10:48 qsnfjwjrzm 阅读(120) 评论(0) 推荐(0)
 
Ubuntu ./configure: error: C compiler cc is not found
摘要: 没有gcc 安装即可 sudo apt-get install build-essential 阅读全文
posted @ 2024-01-31 10:37 qsnfjwjrzm 阅读(824) 评论(0) 推荐(0)
 

2024年1月29日

防火墙禁止ip
摘要: sudo ufw deny from xxxxxxx to any 阅读全文
posted @ 2024-01-29 09:27 qsnfjwjrzm 阅读(20) 评论(0) 推荐(0)
 

2024年1月22日

ubuntu22.04 mysql服务每天自动shutdown问题
摘要: 1. 问题描述 MYSQL 每天自动关闭,查看/var/log/mysql/error.log.1.gz ,内容如下: 2019-06-12T06:33:13.582973+08:00 0 [Note] Shutting down plugin ‘CONNECTION_CONTROL_FAILED_ 阅读全文
posted @ 2024-01-22 10:46 qsnfjwjrzm 阅读(138) 评论(0) 推荐(0)
 
Mysql5.7修改用户密码,报错“Unknown trigger has an error in its body: ‘Unknown system variable ‘maintain_user”
摘要: alMysql5.7更改用户密码,报错“Unknown trigger has an error in its body: 'Unknown system 阿里云 RDS MySQL物理备份文件恢复到自建数据库 参考文档:https://help.aliyun.com/document_detail 阅读全文
posted @ 2024-01-22 10:09 qsnfjwjrzm 阅读(61) 评论(0) 推荐(0)
 

2024年1月19日

阿里云rds云数据恢复至自建数据库 (linux 服务器版本ubuntu22.04)
摘要: 一、准备 1.安装mysql5.7 注意:需要跟rds云数据库版本对应 2.安装Percona XtraBackup工具,将解压后的备份文件恢复到自建数据库的数据目录中 3.下载需要还原的物理备份文件 我的是.qp类型 wget -c 'https://****.bak.rds.aliyuncs.c 阅读全文
posted @ 2024-01-19 11:10 qsnfjwjrzm 阅读(96) 评论(0) 推荐(0)
 

2024年1月18日

ubtunu安装mysql5.7
摘要: 1.官网:mysql下载链接官网地址 2.我们新建一个文件夹,路径/usr/local/mysql这里选择下载5.7.29的ubuntu版本注意是amd64不是arm64,或者执行下面命令 wget https://downloads.mysql.com/archives/get/p/23/file 阅读全文
posted @ 2024-01-18 21:39 qsnfjwjrzm 阅读(168) 评论(0) 推荐(0)
 
ubuntu安装最新版的xtrabackup
摘要: 官方文档: https://www.percona.com/doc/percona-xtrabackup/8.0/installation/apt_repo.html 1,首先都在root用户下操作,不然提示权限不足 wget https://repo.percona.com/apt/percona 阅读全文
posted @ 2024-01-18 17:29 qsnfjwjrzm 阅读(742) 评论(0) 推荐(0)
 
下一页