<?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>Failserver.nl - Blog &#187; InnoDB activeren</title>
	<atom:link href="http://failserver.nl/blog/tag/innodb-activeren/feed/" rel="self" type="application/rss+xml" />
	<link>http://failserver.nl/blog</link>
	<description>A blog for everything with computers.</description>
	<lastBuildDate>Tue, 04 Oct 2011 13:01:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enabling InnoDB for cPanel Usage</title>
		<link>http://failserver.nl/blog/2010/04/enabling-innodb-for-cpanel-usage/</link>
		<comments>http://failserver.nl/blog/2010/04/enabling-innodb-for-cpanel-usage/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 09:45:36 +0000</pubDate>
		<dc:creator>Bombaci</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[activate InnoDB]]></category>
		<category><![CDATA[howto activate InnoDB for cpanel]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[InnoDB activeren]]></category>
		<category><![CDATA[InnoDB cPanel]]></category>

		<guid isPermaLink="false">http://failserver.nl/blog/?p=187</guid>
		<description><![CDATA[I was importing a database dump today where I encountered an error: MYSQL error 1071 A  friend came and looked into the problem, he concluded that I need InnoDB to solve this problem. But how do I activate INNODB for cPanel? 1- What I have: VPS (Virtual Private Server) www.maxserv.nl Shell root access WHM/CPanel (cPanel [...]]]></description>
			<content:encoded><![CDATA[<p>I was importing a database dump today where I encountered an error:</p>
<ul>
<li>MYSQL error 1071</li>
</ul>
<p>A  <a href="http://www.remz.nl" target="_blank">friend</a> came and looked into the problem, he concluded that I need InnoDB to solve this problem.</p>
<p>But how do I activate INNODB for cPanel?<span id="more-187"></span></p>
<h1>1- What I have:</h1>
<ul>
<li>VPS (Virtual Private Server) <a href="http://www.maxserv.com/oplossingen/hosting/virtual-server/" target="_blank">www.maxserv.nl</a>
<ul>
<li>Shell root access</li>
</ul>
</li>
<li>WHM/CPanel (cPanel 11.25.0-R44718 &#8211; WHM 11.25.0 &#8211; X 3.9)</li>
</ul>
<h1>2 &#8211; Activating InnoDB</h1>
<ol>
<li>Login into you VPS with SSH and root</li>
<li>Open the following file</li>
</ol>
<blockquote><p>nano /etc/my.cnf</p></blockquote>
<ol>
<li>Find the following line and comment it out.
<ol>
<li>skip-inndob</li>
</ol>
</li>
</ol>
<blockquote><p>[mysqld]<br />
#skip-inndob</p></blockquote>
<p>Now login into you WHM</p>
<blockquote><p>http://domain/whm</p></blockquote>
<p><strong>Go to</strong></p>
<ol>
<li>Restart Services</li>
<li><strong class="firstletter">Click on: </strong><span class="firstletter">S</span>QL Server (MySQL)</li>
<li>Then confirm the process with a &#8220;Yes&#8221;</li>
</ol>
<p>All of these steps should activate the InnoDB module, you can test it by going into your phpMyAdmin &gt; SQL</p>
<p>Enter: <strong>show engines;</strong> command into the empty field and press <strong>&lt;Start&gt;</strong></p>
<p>It should give the output:</p>
<table id="table_results" class="data">
<tbody>
<tr class="odd">
<td>InnoDB</td>
<td>YES</td>
<td>Supports transactions, row-level locking, and fore&#8230;</td>
</tr>
</tbody>
</table>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 98px; width: 1px; height: 1px; overflow: hidden;"><a href="http://www.maxserv.com/oplossingen/hosting/virtual-server/" target="_blank">www.maxserv.nl</a></div>
]]></content:encoded>
			<wfw:commentRss>http://failserver.nl/blog/2010/04/enabling-innodb-for-cpanel-usage/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

