<?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>Linux T&#38;T &#187; Mysql</title>
	<atom:link href="http://linux.wxs.ro/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.wxs.ro</link>
	<description>WladyX’s collection of linux tips&#38;tricks</description>
	<lastBuildDate>Wed, 08 Sep 2010 07:22:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Useful Mysql Commands</title>
		<link>http://linux.wxs.ro/2009/11/06/useful-mysql-commands/</link>
		<comments>http://linux.wxs.ro/2009/11/06/useful-mysql-commands/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 08:04:05 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2009/11/06/useful-mysql-commands/</guid>
		<description><![CDATA[Gentoo Blog » Useful Mysql Commands]]></description>
			<content:encoded><![CDATA[<p><a href="http://gentoo-blog.de/stuff/useful-mysql-commands/">Gentoo Blog » Useful Mysql Commands</a><br />
<blockquote></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=1e2c6a8f-ca24-8993-9f08-e8d5a91f4396" /></div>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2009/11/06/useful-mysql-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iRedMail: Build A Full-Featured Mail Server With LDAP, Postfix, RoundCube, Dovecot, ClamAV, DKIM, SPF On CentOS 5.x</title>
		<link>http://linux.wxs.ro/2009/04/15/iredmail-build-a-full-featured-mail-server-with-ldap-postfix-roundcube-dovecot-clamav-dkim-spf-on-centos-5x/</link>
		<comments>http://linux.wxs.ro/2009/04/15/iredmail-build-a-full-featured-mail-server-with-ldap-postfix-roundcube-dovecot-clamav-dkim-spf-on-centos-5x/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 10:58:40 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2009/04/15/iredmail-build-a-full-featured-mail-server-with-ldap-postfix-roundcube-dovecot-clamav-dkim-spf-on-centos-5x/</guid>
		<description><![CDATA[iRedMail: Build A Full-Featured Mail Server With LDAP, Postfix, RoundCube, Dovecot, ClamAV, DKIM, SPF On CentOS 5.x &#124; HowtoForge &#8211; Linux Howtos and Tutorials]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.howtoforge.com/iredmail-build-a-full-featured-mail-server-with-ldap-postfix-roundcube-dovecot-clamav-dkim-spf-on-centos-5.x">iRedMail: Build A Full-Featured Mail Server With LDAP, Postfix, RoundCube, Dovecot, ClamAV, DKIM, SPF On CentOS 5.x | HowtoForge &#8211; Linux Howtos and Tutorials</a><br />
<blockquote></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=2a86728f-6312-8736-bec3-3ae52088bf37" /></div>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2009/04/15/iredmail-build-a-full-featured-mail-server-with-ldap-postfix-roundcube-dovecot-clamav-dkim-spf-on-centos-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert WordPress database from Latin1 to UTF-8</title>
		<link>http://linux.wxs.ro/2008/06/30/convert-wordpress-database-from-latin1-to-utf-8/</link>
		<comments>http://linux.wxs.ro/2008/06/30/convert-wordpress-database-from-latin1-to-utf-8/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 10:04:49 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2008/06/30/convert-wordpress-database-from-latin1-to-utf-8/</guid>
		<description><![CDATA[$ mysqldump &#8211;default-character-set=latin1 &#8211;databases wordpress &#62; m.sql $ replace &#8220;CHARSET=latin1&#8243; &#8220;CHARSET=utf8&#8243; \ &#8220;SET NAMES latin1&#8243; &#8220;SET NAMES utf8&#8243; &#60; m.sql &#62; m2.sql $ mysql &#60; m2.sql wp-config.php:define(&#8216;DB_CHARSET&#8217;, &#8216;utf8&#8242;);define(&#8216;DB_COLLATE&#8217;, &#8221;); atppp’s Blog » Convert WordPress database from Latin1 to UTF-8]]></description>
			<content:encoded><![CDATA[<p>$ mysqldump &#8211;default-character-set=latin1 &#8211;databases wordpress &gt; m.sql</p>
<p>$ replace &#8220;CHARSET=latin1&#8243; &#8220;CHARSET=utf8&#8243; \<br />    &#8220;SET NAMES latin1&#8243; &#8220;SET NAMES utf8&#8243; &lt; m.sql &gt; m2.sql</p>
<p>$ mysql &lt; m2.sql</p>
<p>wp-config.php:<br />define(&#8216;DB_CHARSET&#8217;, &#8216;utf8&#8242;);<br />define(&#8216;DB_COLLATE&#8217;, &#8221;);</p>
<p><a href="http://blog.wuxinan.net/archives/255">atppp’s Blog » Convert WordPress database from Latin1 to UTF-8</a><br />
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2008/06/30/convert-wordpress-database-from-latin1-to-utf-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL tunning</title>
		<link>http://linux.wxs.ro/2008/06/30/mysql-tunning/</link>
		<comments>http://linux.wxs.ro/2008/06/30/mysql-tunning/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 10:02:10 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2008/06/30/mysql-tunning/</guid>
		<description><![CDATA[max_connections = 500 innodb_data_file_path = ibdata1:10M:autoextend innodb_buffer_pool_size = 256M key_buffer_size=512M table_cache=2048 sort_buffer_size=32M read_buffer_size=16M http://www.profitpapers.com/papers/performance-tuning-mysql-for-load.php http://www.professionalmiddleman.com/blog/2007/10/mysql-table-is-.html http://rackerhacker.com/mysqltuner/]]></description>
			<content:encoded><![CDATA[<p>max_connections = 500<br />
innodb_data_file_path = ibdata1:10M:autoextend<br />
innodb_buffer_pool_size = 256M</p>
<p>key_buffer_size=512M<br />
table_cache=2048<br />
sort_buffer_size=32M<br />
read_buffer_size=16M</p>
<p style="text-align: justify;"><a href="http://www.profitpapers.com/papers/performance-tuning-mysql-for-load.php">http://www.profitpapers.com/papers/performance-tuning-mysql-for-load.php<br />
</a><a href="http://www.professionalmiddleman.com/blog/2007/10/mysql-table-is-.html">http://www.professionalmiddleman.com/blog/2007/10/mysql-table-is-.html<br />
</a><a href="http://rackerhacker.com/mysqltuner/">http://rackerhacker.com/mysqltuner/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2008/06/30/mysql-tunning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL table is full error</title>
		<link>http://linux.wxs.ro/2008/06/30/mysql-table-is-full-error/</link>
		<comments>http://linux.wxs.ro/2008/06/30/mysql-table-is-full-error/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 09:58:19 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2008/06/30/mysql-table-is-full-error/</guid>
		<description><![CDATA[you&#8217;ll want to change this line in /etc/my.cnf from: innodb_data_file_path = ibdata1:10M:autoextend:max:128M to innodb_data_file_path = ibdata1:10M:autoextend Professional Middleman: MySQL table is full error on Gentoo Linux]]></description>
			<content:encoded><![CDATA[<p>you&#8217;ll want to change this line in /etc/my.cnf from:</p>
<p>innodb_data_file_path = ibdata1:10M:autoextend:max:128M</p>
<p>to</p>
<p>innodb_data_file_path = ibdata1:10M:autoextend</p>
<p><a href="http://www.professionalmiddleman.com/blog/2007/10/mysql-table-is-.html">Professional Middleman: MySQL table is full error on Gentoo Linux</a><br />
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2008/06/30/mysql-table-is-full-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover a MySQL Table with Zmanda Recovery Manager</title>
		<link>http://linux.wxs.ro/2008/05/13/recover-a-mysql-table-with-zmanda-recovery-manager/</link>
		<comments>http://linux.wxs.ro/2008/05/13/recover-a-mysql-table-with-zmanda-recovery-manager/#comments</comments>
		<pubDate>Tue, 13 May 2008 11:12:57 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2008/05/13/recover-a-mysql-table-with-zmanda-recovery-manager/</guid>
		<description><![CDATA[Recover a MySQL Table with Zmanda Recovery Manager &#124; Linux Journal]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linuxjournal.com/content/recover-mysql-table-zmanda-recovery-manager">Recover a MySQL Table with Zmanda Recovery Manager | Linux Journal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2008/05/13/recover-a-mysql-table-with-zmanda-recovery-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gkrellm</title>
		<link>http://linux.wxs.ro/2008/04/30/gkrellm/</link>
		<comments>http://linux.wxs.ro/2008/04/30/gkrellm/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 12:59:58 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Cool Apps]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2008/04/30/gkrellm/</guid>
		<description><![CDATA[Theme Null plugins: [I] x11-plugins/gkrellm-hddtemp [I] x11-plugins/gkrellm-leds [I] x11-plugins/gkrellm-radio [I] x11-plugins/gkrellm-volume [I] x11-plugins/gkrellmss [I] x11-plugins/gkrellm-multiping [I] x11-plugins/gkrellm-shot [I] x11-plugins/gkrellm-top]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://linux.wxs.ro/wp-content/uploads/2008/04/gkrellshoot_04-30-08_155103.jpg" title="gkrellshoot_04-30-08_155103.jpg"><img alt="gkrellshoot_04-30-08_155103.jpg" src="http://linux.wxs.ro/wp-content/uploads/2008/04/gkrellshoot_04-30-08_155103.thumbnail.jpg" /></a><a href="http://linux.wxs.ro/wp-content/uploads/2008/04/gkrellshoot_04-30-08_155310.jpg" title="gkrellshoot_04-30-08_155310.jpg"><img alt="gkrellshoot_04-30-08_155310.jpg" src="http://linux.wxs.ro/wp-content/uploads/2008/04/gkrellshoot_04-30-08_155310.thumbnail.jpg" /></a><a href="http://linux.wxs.ro/wp-content/uploads/2008/04/gkrellshoot_04-30-08_155709.jpg" title="gkrellshoot_04-30-08_155709.jpg"><img alt="gkrellshoot_04-30-08_155709.jpg" src="http://linux.wxs.ro/wp-content/uploads/2008/04/gkrellshoot_04-30-08_155709.thumbnail.jpg" /></a><a href="http://linux.wxs.ro/wp-content/uploads/2008/04/gkrellshoot_04-30-08_155841.jpg" title="gkrellshoot_04-30-08_155841.jpg"><img alt="gkrellshoot_04-30-08_155841.jpg" src="http://linux.wxs.ro/wp-content/uploads/2008/04/gkrellshoot_04-30-08_155841.thumbnail.jpg" /></a><a href="http://linux.wxs.ro/wp-content/uploads/2008/04/gkrellshoot_04-30-08_160515.jpg" title="gkrellshoot_04-30-08_160515.jpg"><img alt="gkrellshoot_04-30-08_160515.jpg" src="http://linux.wxs.ro/wp-content/uploads/2008/04/gkrellshoot_04-30-08_160515.thumbnail.jpg" /></a></p>
<p>Theme Null<br />
plugins:</p>
<p>[I] x11-plugins/gkrellm-hddtemp<br />
[I] x11-plugins/gkrellm-leds<br />
[I] x11-plugins/gkrellm-radio<br />
[I] x11-plugins/gkrellm-volume<br />
[I] x11-plugins/gkrellmss<br />
[I] x11-plugins/gkrellm-multiping<br />
[I] x11-plugins/gkrellm-shot<br />
[I] x11-plugins/gkrellm-top</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2008/04/30/gkrellm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpMyBackupPro bug</title>
		<link>http://linux.wxs.ro/2008/04/08/phpmybackuppro-bug/</link>
		<comments>http://linux.wxs.ro/2008/04/08/phpmybackuppro-bug/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 11:09:03 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2008/04/08/phpmybackuppro-bug/</guid>
		<description><![CDATA[see functions.inc.php file. Note the two &#8220;/2&#8243; additions. Change: // set max string size before writing to file if (@ini_get(&#8220;memory_limit&#8221;)) $max_size=900000*ini_get(&#8220;memory_limit&#8221;); else $max_size=$PMBP_SYS_VAR['memory_limit']; To: // set max string size before writing to file if (@ini_get(&#8220;memory_limit&#8221;)) $max_size=900000*ini_get(&#8220;memory_limit&#8221;)/2; else $max_size=$PMBP_SYS_VAR['memory_limit']/2; SourceForge.net: Detail: 1774361 &#8211; Memory Exhasted Bug Fix Suggestion + PHP Fatal error: Maximum execution time of [...]]]></description>
			<content:encoded><![CDATA[<p>see</p>
<p>functions.inc.php file. Note the two &#8220;/2&#8243; additions. </p>
<p>Change: </p>
<p>// set max string size before writing to file </p>
<p>if (@ini_get(&#8220;memory_limit&#8221;)) $max_size=900000*ini_get(&#8220;memory_limit&#8221;); </p>
<p>else $max_size=$PMBP_SYS_VAR['memory_limit']; </p>
<p>To: </p>
<p>// set max string size before writing to file </p>
<p>if (@ini_get(&#8220;memory_limit&#8221;)) $max_size=900000*ini_get(&#8220;memory_limit&#8221;)/2; </p>
<p>else $max_size=$PMBP_SYS_VAR['memory_limit']/2; </p>
<p><a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;amp;aid=1774361&amp;amp;amp;group_id=76148&amp;amp;amp;atid=546224">SourceForge.net: Detail: 1774361 &#8211; Memory Exhasted Bug Fix Suggestion</a></p>
<p>+</p>
<p>PHP Fatal error: Maximum execution time of 60 seconds exceeded in {phpMyBackupPro}\functions.inc.php [ phpMyBackupPro v2.1]</p>
<p><span style="font-weight: bold;">Solution</span>: To increase the execution time of PHP, You can modify the {phpMyBackupPro}\global_conf.php</p>
<p>Original code<br />
<blockquote>$CONF['timelimit']=&#8221;60&#8243;;</p></blockquote>
<p>Modified code<br />
<blockquote>$CONF['timelimit']=&#8221;600&#8243;;</p>
</blockquote>
<p><a href="http://errerrors.blogspot.com/2007/09/php-fatal-error-maximum-execution-time.html">http://errerrors.blogspot.com/2007/09/php-fatal-error-maximum-execution-time.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2008/04/08/phpmybackuppro-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql clean bin logs</title>
		<link>http://linux.wxs.ro/2008/04/03/mysql-clean-bin-logs/</link>
		<comments>http://linux.wxs.ro/2008/04/03/mysql-clean-bin-logs/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 19:48:12 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=95</guid>
		<description><![CDATA[mysql&#62;reset master; you can set the binary log file limit in my cnf: [mysqld] max_binlog_size = 500M http://free.netartmedia.net/Databases/Databases5.html]]></description>
			<content:encoded><![CDATA[<blockquote><p><code>mysql&gt;reset master;</code></p></blockquote>
<p>you can set the binary log file limit in my cnf:<br />
<code>[mysqld]<br />
max_binlog_size = 500M</code></p>
<p><a href="http://free.netartmedia.net/Databases/Databases5.html">http://free.netartmedia.net/Databases/Databases5.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2008/04/03/mysql-clean-bin-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
