<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[孤城浪子的地盘]]></title> 
<link>https://www.gclz.cn/index.php</link> 
<description><![CDATA[]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[孤城浪子的地盘]]></copyright>
<item>
<link>https://www.gclz.cn/post//</link>
<title><![CDATA[把所有INNODB表转换成MYISAM表]]></title> 
<author>孤城浪子 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[服务器设置]]></category>
<pubDate>Sun, 08 Mar 2015 02:31:28 +0000</pubDate> 
<guid>https://www.gclz.cn/post//</guid> 
<description>
<![CDATA[ 
	<div> 把所有INNODB表转换成MYISAM表的脚本 <br /><br />mysql&nbsp;-N&nbsp;-s&nbsp;information_schema&nbsp;-e&nbsp;&quot;SELECT&nbsp;CONCAT('ALTER&nbsp;TABLE&nbsp;',TABLE_NAME,'&nbsp;ENGINE=MYISAM;')&nbsp;FROM&nbsp;TABLES&nbsp;WHERE&nbsp;TABLE_SCHEMA='static'&nbsp;AND&nbsp;ENGINE='INNODB'&quot;&nbsp;&#124;&nbsp;mysql&nbsp;static </div><br/>Tags - <a href="https://www.gclz.cn/tags/sql/" rel="tag">sql</a>
]]>
</description>
</item><item>
<link>https://www.gclz.cn/post//#blogcomment</link>
<title><![CDATA[[评论] 把所有INNODB表转换成MYISAM表]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.gclz.cn/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>