<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Enable MySQL InnoDB Storage Engine on XAMPP</title>
	<atom:link href="http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/</link>
	<description>All About Web &#38; Mobile Application Development</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:39:28 +0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Eemon</title>
		<link>http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/comment-page-1/#comment-10114</link>
		<dc:creator>Eemon</dc:creator>
		<pubDate>Sat, 22 Oct 2011 19:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/#comment-10114</guid>
		<description>Thanks to Aditya for providing me this nice link. Helpful kit.</description>
		<content:encoded><![CDATA[<p>Thanks to Aditya for providing me this nice link. Helpful kit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditya</title>
		<link>http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/comment-page-1/#comment-10109</link>
		<dc:creator>aditya</dc:creator>
		<pubDate>Sat, 22 Oct 2011 09:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/#comment-10109</guid>
		<description>Nice post, it&#039;s very useful. 
thanks</description>
		<content:encoded><![CDATA[<p>Nice post, it&#8217;s very useful.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lorenz</title>
		<link>http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/comment-page-1/#comment-6501</link>
		<dc:creator>lorenz</dc:creator>
		<pubDate>Sat, 04 Sep 2010 03:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/#comment-6501</guid>
		<description>Did you start mysql as service? if yes, see comment by Henry Cardona above. You can find where the right my.ini is located.

Hope it helps</description>
		<content:encoded><![CDATA[<p>Did you start mysql as service? if yes, see comment by Henry Cardona above. You can find where the right my.ini is located.</p>
<p>Hope it helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulrajj</title>
		<link>http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/comment-page-1/#comment-6469</link>
		<dc:creator>paulrajj</dc:creator>
		<pubDate>Wed, 01 Sep 2010 12:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/#comment-6469</guid>
		<description>@ Lorenz,
	Thanks for sharing this.
	I am using Xampp version 1.7.2 and mysql version 5.1.37
	I did all the corresponding changes to my.cnf file under mysql/bin folder and restarted mysql server.
	Still InnoDB feature is not been enabled and i dont find my.ini file under WINDOWS folder.
	Is there any other way or option to enable this ?</description>
		<content:encoded><![CDATA[<p>@ Lorenz,<br />
	Thanks for sharing this.<br />
	I am using Xampp version 1.7.2 and mysql version 5.1.37<br />
	I did all the corresponding changes to my.cnf file under mysql/bin folder and restarted mysql server.<br />
	Still InnoDB feature is not been enabled and i dont find my.ini file under WINDOWS folder.<br />
	Is there any other way or option to enable this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenz</title>
		<link>http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/comment-page-1/#comment-3007</link>
		<dc:creator>Lorenz</dc:creator>
		<pubDate>Tue, 20 Apr 2010 23:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/#comment-3007</guid>
		<description>Hi sachin,

Add the following lines to your my.ini

innodb_data_home_dir = “C:/Program Files/xampp/mysq”
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = “C:/Program Files/xampp/mysq”
innodb_log_arch_dir = “C:/Program Files/xampp/mysq”

innodb_buffer_pool_size = 16M
innodb_additional_mem_pool_size = 2M

innodb_log_file_size = 5M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

Don&#039;t forget to restart mysql server after doing the modification.</description>
		<content:encoded><![CDATA[<p>Hi sachin,</p>
<p>Add the following lines to your my.ini</p>
<p>innodb_data_home_dir = “C:/Program Files/xampp/mysq”<br />
innodb_data_file_path = ibdata1:10M:autoextend<br />
innodb_log_group_home_dir = “C:/Program Files/xampp/mysq”<br />
innodb_log_arch_dir = “C:/Program Files/xampp/mysq”</p>
<p>innodb_buffer_pool_size = 16M<br />
innodb_additional_mem_pool_size = 2M</p>
<p>innodb_log_file_size = 5M<br />
innodb_log_buffer_size = 8M<br />
innodb_flush_log_at_trx_commit = 1<br />
innodb_lock_wait_timeout = 50</p>
<p>Don&#8217;t forget to restart mysql server after doing the modification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sachin</title>
		<link>http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/comment-page-1/#comment-3003</link>
		<dc:creator>sachin</dc:creator>
		<pubDate>Tue, 20 Apr 2010 17:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/#comment-3003</guid>
		<description>In my localhost i found my.ini in windows folder(C:WINDOWSmy.ini)

But in that file only two lines are there
[WinMySQLAdmin]
Server=C:/Program Files/xampp/mysql/bin/mysqld-nt.exe

Please help me how to enable INNODB in xampp</description>
		<content:encoded><![CDATA[<p>In my localhost i found my.ini in windows folder(C:WINDOWSmy.ini)</p>
<p>But in that file only two lines are there<br />
[WinMySQLAdmin]<br />
Server=C:/Program Files/xampp/mysql/bin/mysqld-nt.exe</p>
<p>Please help me how to enable INNODB in xampp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Storage Spain</title>
		<link>http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/comment-page-1/#comment-125</link>
		<dc:creator>Storage Spain</dc:creator>
		<pubDate>Fri, 12 Jun 2009 06:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/#comment-125</guid>
		<description>Thanks for discussion about a valuable topic like MSQL and impliments of its for data storage.</description>
		<content:encoded><![CDATA[<p>Thanks for discussion about a valuable topic like MSQL and impliments of its for data storage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Cardona</title>
		<link>http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/comment-page-1/#comment-114</link>
		<dc:creator>Henry Cardona</dc:creator>
		<pubDate>Wed, 10 Dec 2008 03:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/#comment-114</guid>
		<description>It was difficult to find the start options of mysql in my installation.

Finally I found this information: http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html

There are several lines that help me to understand:
&quot;The appropriate --defaults-file setting can be found using the Services Manager:

Start Menu -&gt; Control Panel -&gt; Administrative Tools -&gt; Services

Find the MySQL service in the list, right-click on it, and choose the Properties option. The Path to executable field contains the --defaults-file setting. &quot;

The right settings worked when I changed no the my.ini file but the my.cfg located in: C:\xampp\mysql\bin\my.cnf

C:\xampp\mysql\bin\mysqld-nt --defaults-file=C:\xampp\mysql\bin\my.cnf mysql</description>
		<content:encoded><![CDATA[<p>It was difficult to find the start options of mysql in my installation.</p>
<p>Finally I found this information: <a href="http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html</a></p>
<p>There are several lines that help me to understand:<br />
&#8220;The appropriate &#8211;defaults-file setting can be found using the Services Manager:</p>
<p>Start Menu -&gt; Control Panel -&gt; Administrative Tools -&gt; Services</p>
<p>Find the MySQL service in the list, right-click on it, and choose the Properties option. The Path to executable field contains the &#8211;defaults-file setting. &#8221;</p>
<p>The right settings worked when I changed no the my.ini file but the my.cfg located in: C:\xampp\mysql\bin\my.cnf</p>
<p>C:\xampp\mysql\bin\mysqld-nt &#8211;defaults-file=C:\xampp\mysql\bin\my.cnf mysql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arifromdhoni</title>
		<link>http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/comment-page-1/#comment-26</link>
		<dc:creator>arifromdhoni</dc:creator>
		<pubDate>Thu, 15 May 2008 06:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/#comment-26</guid>
		<description>Thank you for your information. It works for me. But I&#039;d installed XAMPP on C:/Program Files/xampp/ so all folders begin with C:/Program Files/xampp/ instead of C:/xampp/</description>
		<content:encoded><![CDATA[<p>Thank you for your information. It works for me. But I&#8217;d installed XAMPP on C:/Program Files/xampp/ so all folders begin with C:/Program Files/xampp/ instead of C:/xampp/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shift Instinct &#187; Blog Archive &#187; How to enable InnoDB Storage Engine Support in XAMPP Installation</title>
		<link>http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/comment-page-1/#comment-24</link>
		<dc:creator>Shift Instinct &#187; Blog Archive &#187; How to enable InnoDB Storage Engine Support in XAMPP Installation</dc:creator>
		<pubDate>Wed, 14 May 2008 19:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.londatiga.net/it/how-to-enable-innodb-on-xampp/#comment-24</guid>
		<description>[...] http://blog.londatiga.net [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.londatiga.net" rel="nofollow">http://blog.londatiga.net</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

