
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; database</title>
	<atom:link href="https://www.nikeshshk.com.np/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.nikeshshk.com.np</link>
	<description></description>
	<lastBuildDate>Tue, 04 Nov 2025 10:25:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.4</generator>
	<item>
		<title>Unknown table engine &#8216;InnoDB&#8217;</title>
		<link>https://www.nikeshshk.com.np/news/unknown-table-engine-innodb/</link>
		<comments>https://www.nikeshshk.com.np/news/unknown-table-engine-innodb/#comments</comments>
		<pubDate>Thu, 19 Dec 2013 15:27:59 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.nikeshshk.com.np/?p=607</guid>
		<description><![CDATA[If You are facing problem with Unknown table engine &#8216;InnoDB&#8217; on to your mysql Database. You can do following to get rid of this problem. First look at the ib_logfile0 and ib_logfile1 in /var/lib/mysql. If they have been set to size different from the default, that probably will prevent mysqld&#8217;s startup. The default for innodb_lkog_file_size is 5M. Add this in my.cnf [mysqld] innodb_log_file_size = 12M And then Proceed by doing following /etc/init.d/mysql stop mv /var/lib/mysql/ib_logfile0 /var/lib/mysql/ib_logfile0.bak # these are your mv /var/lib/mysql/ib_logfile1 /var/lib/mysql/ib_logfile1.bak # log files /etc/init.d/mysql start &#160;]]></description>
				<content:encoded><![CDATA[<p>If You are facing problem with Unknown table engine &#8216;InnoDB&#8217; on to your mysql Database. You can do following to get rid of this problem.</p>
<p>First look at the <code>ib_logfile0</code> and <code>ib_logfile1</code> in <code>/var/lib/mysql</code>.</p>
<p>If they have been set to size different from the default, that probably will prevent mysqld&#8217;s startup. The default for innodb_lkog_file_size is 5M.</p>
<p>Add this in <code>my.cnf</code></p>
<pre><code>[mysqld]
innodb_log_file_size = 12M</code></pre>
<p>And then Proceed by doing following</p>
<pre><code>/etc/init.d/mysql stop

mv /var/lib/mysql/ib_logfile0 /var/lib/mysql/ib_logfile0.bak # these are your
mv /var/lib/mysql/ib_logfile1 /var/lib/mysql/ib_logfile1.bak # log files

/etc/init.d/mysql start</code></pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.nikeshshk.com.np/news/unknown-table-engine-innodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
