Archive Post
Home / January 2026
MySQL8 1396错误处理
Last_SQL_Errno: 1396 Last_SQL_Error: Coordinator stopped because there were error(s) in…
MySQL8 2061错误的处理
Last_IO_Errno: 2061 Last_IO_Error: error connecting to master 'repl@210.14.75.1:3306' - retry-time:…
基于php-fpm标准镜像构建gd、mysqli、pdo_mysql模块支持
FROM php:8.3.24RC1-fpm-alpine3.21 WORKDIR /var/www/html RUN sed -i 's|https://dl-cdn.alpinelinux.org/alpine|https://mirrors.aliyun.com/alpine|g' /etc/apk/repositories &&…
基于nginx标准镜像构建ModSecurity+Brotli模块支持
FROM nginx:1.27.5 RUN /bin/rm -f /etc/apt/sources.list.d/debian.sources && \ echo "deb…
mysql 执行sql替换操作
UPDATE wp_posts SET post_content = REPLACE(post_content, '旧字符', '新字符') WHERE post_type…
docker安装jira+confluence
整合镜像 本次使用的是破解版Jira和Confluence: jira版本:7.12.0 confluence版本:6.13.0 mkdir /data/atlassian/build/{confluence,jira} 目录结构: ./ |-- confluence…