<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Rigorous and Reliable (RAR) - 论坛]]></title>
		<link>http://rar.shufangkeji.com:60380/</link>
		<description><![CDATA[Rigorous and Reliable (RAR) - http://rar.shufangkeji.com:60380]]></description>
		<pubDate>Wed, 26 Aug 2026 23:31:01 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[mybb_sessions crashed and need repaired]]></title>
			<link>http://rar.shufangkeji.com:60380/showthread.php?tid=4322</link>
			<pubDate>Thu, 16 Jun 2016 09:33:15 +0800</pubDate>
			<guid isPermaLink="false">http://rar.shufangkeji.com:60380/showthread.php?tid=4322</guid>
			<description><![CDATA[error info is <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>MyBB has experienced an internal SQL error and cannot continue.<br />
<br />
SQL Error:<br />
&nbsp;&nbsp;&nbsp;&nbsp;145 - Table './tests/mybb_sessions' is marked as crashed and should be repaired<br />
Query:<br />
&nbsp;&nbsp;&nbsp;&nbsp;SELECT * FROM mybb_sessions WHERE sid='df61d039ab5d004dcafabfe0e136252b' AND ip='183.17.230.93' LIMIT 1</code></div></div>
<br />
The error like below:<br />
<!-- start: postbit_attachments_thumbnails_thumbnail -->
<a href="attachment.php?aid=2630" target="_blank"><img src="attachment.php?thumbnail=2630" class="attachment" alt="" /></a>&nbsp;&nbsp;&nbsp;
<!-- end: postbit_attachments_thumbnails_thumbnail --><br />
<br />
<br />
How to fix it:<br />
<br />
1. log in on host of mybb forum<br />
<br />
2. log in(e.g. user: test, password: test) mysql of mybb forum<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>mysql -u&nbsp;&nbsp;test -p test</code></div></div>
<br />
3.  change to database(e.g. test) which it use. <br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>use test;</code></div></div>
<br />
4. repair it by command like below:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>repair table `mybb_sessions`;</code></div></div>
<br />
The results of this command like below:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>mysql&gt; repair table `mybb_sessions`;<br />
+--------------------+--------+----------+--------------------------------------------+<br />
| Table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| Op&nbsp;&nbsp;&nbsp;&nbsp; | Msg_type | Msg_text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br />
+--------------------+--------+----------+--------------------------------------------+<br />
| test.mybb_sessions | repair | warning&nbsp;&nbsp;| Number of rows changed from 10489 to 10486 |<br />
| test.mybb_sessions | repair | status&nbsp;&nbsp; | OK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br />
+--------------------+--------+----------+--------------------------------------------+<br />
2 rows in set (0.26 sec)</code></div></div>
<br />
You can try to access website again to test it work or not.<br />
<br />
note: root password is in /var/www/html/inc/config.php<br />
---<br />
20210804/zhihao: update root password location<br />
20210804/zhihao: add error info]]></description>
			<content:encoded><![CDATA[error info is <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>MyBB has experienced an internal SQL error and cannot continue.<br />
<br />
SQL Error:<br />
&nbsp;&nbsp;&nbsp;&nbsp;145 - Table './tests/mybb_sessions' is marked as crashed and should be repaired<br />
Query:<br />
&nbsp;&nbsp;&nbsp;&nbsp;SELECT * FROM mybb_sessions WHERE sid='df61d039ab5d004dcafabfe0e136252b' AND ip='183.17.230.93' LIMIT 1</code></div></div>
<br />
The error like below:<br />
<!-- start: postbit_attachments_thumbnails_thumbnail -->
<a href="attachment.php?aid=2630" target="_blank"><img src="attachment.php?thumbnail=2630" class="attachment" alt="" /></a>&nbsp;&nbsp;&nbsp;
<!-- end: postbit_attachments_thumbnails_thumbnail --><br />
<br />
<br />
How to fix it:<br />
<br />
1. log in on host of mybb forum<br />
<br />
2. log in(e.g. user: test, password: test) mysql of mybb forum<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>mysql -u&nbsp;&nbsp;test -p test</code></div></div>
<br />
3.  change to database(e.g. test) which it use. <br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>use test;</code></div></div>
<br />
4. repair it by command like below:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>repair table `mybb_sessions`;</code></div></div>
<br />
The results of this command like below:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>mysql&gt; repair table `mybb_sessions`;<br />
+--------------------+--------+----------+--------------------------------------------+<br />
| Table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| Op&nbsp;&nbsp;&nbsp;&nbsp; | Msg_type | Msg_text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br />
+--------------------+--------+----------+--------------------------------------------+<br />
| test.mybb_sessions | repair | warning&nbsp;&nbsp;| Number of rows changed from 10489 to 10486 |<br />
| test.mybb_sessions | repair | status&nbsp;&nbsp; | OK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br />
+--------------------+--------+----------+--------------------------------------------+<br />
2 rows in set (0.26 sec)</code></div></div>
<br />
You can try to access website again to test it work or not.<br />
<br />
note: root password is in /var/www/html/inc/config.php<br />
---<br />
20210804/zhihao: update root password location<br />
20210804/zhihao: add error info]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[my_bb调整图片附件显示的大小]]></title>
			<link>http://rar.shufangkeji.com:60380/showthread.php?tid=3144</link>
			<pubDate>Tue, 12 Jan 2016 16:02:19 +0800</pubDate>
			<guid isPermaLink="false">http://rar.shufangkeji.com:60380/showthread.php?tid=3144</guid>
			<description><![CDATA[可编辑模板：<br />
postbit_attachments_images_image<br />
下的<br />
&lt;img width="600px" src="attachment.php?aid={&#36;attachment['aid'&#93;}" class="attachment" alt="" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;<br />
修改width的值即可，可百分比也可固定大小。<br />
默认情况下无width字段，请自己添加。]]></description>
			<content:encoded><![CDATA[可编辑模板：<br />
postbit_attachments_images_image<br />
下的<br />
&lt;img width="600px" src="attachment.php?aid={&#36;attachment['aid']}" class="attachment" alt="" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;<br />
修改width的值即可，可百分比也可固定大小。<br />
默认情况下无width字段，请自己添加。]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Invalid forum 解决]]></title>
			<link>http://rar.shufangkeji.com:60380/showthread.php?tid=2770</link>
			<pubDate>Thu, 24 Dec 2015 17:21:21 +0800</pubDate>
			<guid isPermaLink="false">http://rar.shufangkeji.com:60380/showthread.php?tid=2770</guid>
			<description><![CDATA[在移动帖子时出现移动‘Invalid forum‘提示，解决办法：<br />
<!-- start: postbit_attachments_thumbnails_thumbnail -->
<a href="attachment.php?aid=827" target="_blank"><img src="attachment.php?thumbnail=827" class="attachment" alt="" /></a>&nbsp;&nbsp;&nbsp;
<!-- end: postbit_attachments_thumbnails_thumbnail --><br />
选择第二项]]></description>
			<content:encoded><![CDATA[在移动帖子时出现移动‘Invalid forum‘提示，解决办法：<br />
<!-- start: postbit_attachments_thumbnails_thumbnail -->
<a href="attachment.php?aid=827" target="_blank"><img src="attachment.php?thumbnail=827" class="attachment" alt="" /></a>&nbsp;&nbsp;&nbsp;
<!-- end: postbit_attachments_thumbnails_thumbnail --><br />
选择第二项]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[mybb软件图片附件直接显示方式]]></title>
			<link>http://rar.shufangkeji.com:60380/showthread.php?tid=2477</link>
			<pubDate>Wed, 02 Dec 2015 11:02:19 +0800</pubDate>
			<guid isPermaLink="false">http://rar.shufangkeji.com:60380/showthread.php?tid=2477</guid>
			<description><![CDATA[mybb软件默认图片附件是不会直接显示，如果想改为图片附件上传后直接显示，可通过进入mybb管理员后台，选择“configuration", 在右边的search框内输入'Thumbnail'后点击search，按下图设置:<br />
<br />
<!-- start: postbit_attachments_thumbnails_thumbnail -->
<a href="attachment.php?aid=580" target="_blank"><img src="attachment.php?thumbnail=580" class="attachment" alt="" /></a>&nbsp;&nbsp;&nbsp;
<!-- end: postbit_attachments_thumbnails_thumbnail --><br />
修改完毕后点击"save setting"即生效。 <br />
<br />
设置中各个字段具体含义可参考相应选项的说明。]]></description>
			<content:encoded><![CDATA[mybb软件默认图片附件是不会直接显示，如果想改为图片附件上传后直接显示，可通过进入mybb管理员后台，选择“configuration", 在右边的search框内输入'Thumbnail'后点击search，按下图设置:<br />
<br />
<!-- start: postbit_attachments_thumbnails_thumbnail -->
<a href="attachment.php?aid=580" target="_blank"><img src="attachment.php?thumbnail=580" class="attachment" alt="" /></a>&nbsp;&nbsp;&nbsp;
<!-- end: postbit_attachments_thumbnails_thumbnail --><br />
修改完毕后点击"save setting"即生效。 <br />
<br />
设置中各个字段具体含义可参考相应选项的说明。]]></content:encoded>
		</item>
	</channel>
</rss>