1panel面板mysql8设置binlog周期 今天登陆服务器1panel面板的时候发现硬盘容量暴涨 我的系统是Debian 用命令查询了一下最近 7 天,按大小从大到小的文件 find / -type f -mtime -7 -exec du -sh {} \\; 2>/dev/null | sort -hr | head -30 发现/opt/1panel/apps/mysql/mysql/data/里面一堆的binlog日志 杂项 R8 2天前 20 热度 0评论
1panel通过应用商店安装WP再安装Redis Object Cache连接不上redis 找到/opt/1panel/apps/wordpress/wordpress/data/wp-config.php 增加redis的设置,密码不能留空 define(\'WP_REDIS_HOST\', \'容器地址\'); define(\'WP_REDIS_PORT\', 6379); define(\'WP_REDIS_PASSWORD\', \'密码\'); 杂项 R8 12天前 38 热度 0评论