<?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>Things to Remember &#187; Databases</title>
	<atom:link href="http://blog.tusoffka.org/category/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tusoffka.org</link>
	<description></description>
	<lastBuildDate>Wed, 26 May 2010 14:48:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Proper way to increase innodb_log_file_size</title>
		<link>http://blog.tusoffka.org/2009/08/12/increase-innodb_log_file_size-the-proper-way/</link>
		<comments>http://blog.tusoffka.org/2009/08/12/increase-innodb_log_file_size-the-proper-way/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 19:09:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.tusoffka.org/?p=127</guid>
		<description><![CDATA[If you modify the innodb_log_file_size, MySQL will fail to restart and InnoDB will complain about the size of the changed log file.
The proper way to increase the innodb_log_file_size:
1. shutdown mysql server
2. make backup of data and log files
3. remove InnoDB log files
4. set new value for innodb_log_file_size in my.cnf
5. start mysqld
6. check error logs to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-128" title="logo-mysql" src="http://blog.tusoffka.org/wp-content/uploads/2009/08/logo-mysql-150x109.jpg" alt="logo-mysql" width="150" height="109" />If you modify the innodb_log_file_size, MySQL will fail to restart and InnoDB will complain about the size of the changed log file.</p>
<p>The proper way to increase the innodb_log_file_size:<span id="more-127"></span></p>
<p style="padding-left: 30px;">1. shutdown mysql server<br />
2. make backup of data and log files<br />
3. remove InnoDB log files<br />
4. set new value for innodb_log_file_size in my.cnf<br />
5. start mysqld<br />
6. check error logs to ensure everything went fine.</p>
<p>Also see:</p>
<p style="padding-left: 30px;"><a href="http://www.mysqlperformanceblog.com/2006/07/03/choosing-proper-innodb_log_file_size/" target="_blank">Choosing proper innodb_log_file_size</a></p>
<p style="text-align: right;">from <a href="http://mysqldatabaseadministration.blogspot.com/2007/01/increase-innodblogfilesize-proper-way.html" target="_blank">MySQL DBA blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tusoffka.org/2009/08/12/increase-innodb_log_file_size-the-proper-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
