<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>英溯IT论坛 - BT（宝塔）</title>
    <link>http://it.chao01.com/forum.php?mod=forumdisplay&amp;fid=63</link>
    <description>Latest 20 threads of BT（宝塔）</description>
    <copyright>Copyright(C) 英溯IT论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 30 Apr 2026 00:44:12 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://it.chao01.com/static/image/common/logo_88_31.gif</url>
      <title>英溯IT论坛</title>
      <link>http://it.chao01.com/</link>
    </image>
    <item>
      <title>20250603磁盘空间清理</title>
      <link>http://it.chao01.com/forum.php?mod=viewthread&amp;tid=126</link>
      <description><![CDATA[2. 安全清理操作指南
（1）PostgreSQL 日志清理（30G）# 进入日志目录
cd /home/server/pgsql/logs

# 查看最新日志（确认非当前使用）
ls -lth | head

# 清空7天前的日志（保留最近日志）
sudo find . -type f -name \&quot;*.log\&quot; -mtime +7 -delete

# 或手动选择删除 ...]]></description>
      <category>BT（宝塔）</category>
      <author>老司机</author>
      <pubDate>Mon, 02 Jun 2025 20:53:28 +0000</pubDate>
    </item>
    <item>
      <title>mysql数据库总是自动关闭_宝塔数据库mysql总是自动停止解决...</title>
      <link>http://it.chao01.com/forum.php?mod=viewthread&amp;tid=54</link>
      <description><![CDATA[宝塔的数据库经常性自动停止，是因为网站频繁的请求数据库，而服务器内存又不足，为了保证服务器不彻底卡死，保护性的自动停止数据库，特别是有些程序比如wordpress的数据库查询次数尤为突出，wordpress默认是自动升级的，加上wordpress插件之多，就算你不进行任何操作 ...]]></description>
      <category>BT（宝塔）</category>
      <author>老司机</author>
      <pubDate>Thu, 23 Sep 2021 21:31:56 +0000</pubDate>
    </item>
    <item>
      <title>解决强制重启系统导致mysql无法启动</title>
      <link>http://it.chao01.com/forum.php?mod=viewthread&amp;tid=8</link>
      <description><![CDATA[SQLSTATE[HY000] [2002] No such file or directory
以上是无法启动时的错误提示，
若您非法关机导致数据库无法启动，一般是强制关机导致MySQL二进制日志损坏，可使用以下命令处理
建议：建议关机或重启时最好先停止mysqld服务，否则有一定机率导致数据库损坏。

清理二 ...]]></description>
      <category>BT（宝塔）</category>
      <author>赵淑宁</author>
      <pubDate>Mon, 25 Jan 2021 08:24:22 +0000</pubDate>
    </item>
  </channel>
</rss>