<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.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://www.jackxiang.com/post//</link>
<title><![CDATA[[实践OK]Plugin FEDERATED is disabled,这个不用理会的，没事。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[数据库技术]]></category>
<pubDate>Wed, 01 Oct 2014 03:57:22 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	在mysql数据库的err文件中看到如下信息：<br/>&nbsp;&nbsp;Plugin &#039;FEDERATED&#039; is disabled<br/>&nbsp;&nbsp;InnoDB: The InnoDB memory heap is disabled<br/><br/>解决方法：vi /etc/my.cnf<br/>&nbsp;&nbsp;tmpdir = /tmp<br/>&nbsp;&nbsp;innodb_use_sys_malloc =0<br/><br/>重启问题解决?<br/>这个参数是不是新的过时了呢？<br/>InnoDB: Warning: Setting innodb_use_sys_malloc to FALSE is DEPRECATED. This option may be removed in future releases, together with the InnoDB&#039;s internal memory allocator.<br/>InnoDB：警告：设置innodb_use_sys_malloc假是过时的。此选项可能会在未来的版本中删除，连同InnoDB的内存分配器。<br/><br/>[Note] Plugin &#039;FEDERATED&#039; is disabled.<br/>这个不用理会的，没事。<br/>__________________________________________<br/>在网上找到解决方案:<br/><br/>1、在MY.INI文件中的 [mysqld] 中增加一行tmpdir=&quot;D:/MySQL/data/&quot;修改后，还是启动不了或者能启动但关机后又出现同样问题，接着我做了第二步，重启正常。<br/><br/>2、删除DATA目录下除数据库文件夹外的其他文件,重启mysql,问题解决.<br/><br/>上面办法我按做了但是不行，自己摸索出一个解决办法与上面差不多<br/><br/>第一步:只要删除MySQL目录下的ib_logfile0和ib_logfile1两个文件.<br/><br/>第二步:找出了无法启动的原因,MySQL在安装的时候不会自动初始tmpdir,临时文件目录,所以要在配置文件my.ini中添加tmpdir路径.<br/><br/>最后在my.ini中添加:<br/><br/>[mysqld]<br/><br/>#自己指定的临时文件目录<br/><br/>tmpdir=&quot;E:/Program Files/MySQL/MySQL Server 5.1/Temp/&quot; //phpfensi.com<br/><br/>来自:http://www.phpfensi.com/mysql/20140927/6253.html<br/><br/><br/>[root@jackxiang mysql]# ls ib_logfile<br/>ib_logfile0&nbsp;&nbsp;ib_logfile1&nbsp;&nbsp;ib_logfile2&nbsp;&nbsp;<br/>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]Plugin FEDERATED is disabled,这个不用理会的，没事。]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>