<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[Mysql无法启动：Unknown/unsupported storage engine: InnoDB]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[数据库技术]]></category>
<pubDate>Sun, 18 Aug 2013 13:12:38 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	版本：MySQL5.5.8 GA<br/>症状：无法启动mysql，在“mysql数据库目录/主机名.err”日志文件中报错 Unknown/unsupported storage engine: InnoDB<br/>原因：MySQL5.5.8 GA默认引擎为InnoDB，而配置文件（my.cnf）中设置了skip-innodb<br/>解决：在配置文件（my.cnf）中设置default-storage-engine=MyISAM<br/><br/>Error：<br/>2013-08-18 21:08:37 21440 [Note] Plugin &#039;FEDERATED&#039; is disabled.<br/>2013-08-18 21:08:37 21440 [Note] Plugin &#039;InnoDB&#039; is disabled.<br/>2013-08-18 21:08:37 21440 [ERROR] Unknown/unsupported storage engine: InnoDB<br/><br/>My.cnf修改成这样就Ok了：<br/>#loose-skip-innodb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br/>default-storage-engine = MyISAM<br/><br/>加上#号后启动Ok：<br/> mysql<br/>Welcome to the MySQL monitor.&nbsp;&nbsp;Commands end with ; or &#92;g.<br/>Your MySQL connection id is 1<br/>Server version: 5.6.13 Source distribution<br/><br/><br/>参考：http://www.kilobug.com/archives/630
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] Mysql无法启动：Unknown/unsupported storage engine: InnoDB]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>