<?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 Admin Zone &#187; database</title>
	<atom:link href="http://linuxadminzone.com/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxadminzone.com</link>
	<description>Adding more reasons to celebrate Open Source.</description>
	<lastBuildDate>Wed, 23 Nov 2011 14:56:17 +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>Speed up large MySQL backup, dump, restore processes</title>
		<link>http://linuxadminzone.com/speed-up-large-mysql-backup-dump-restore-process/</link>
		<comments>http://linuxadminzone.com/speed-up-large-mysql-backup-dump-restore-process/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 07:34:55 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=335</guid>
		<description><![CDATA[In general, MySQL is quite fast at restoring data, but I observed that while restoring 20gb of backup its taking more than the usual time. This can happen when you don&#8217;t have enough memory or if key_buffer_size is not set high enough, then it can take very long time to re-index the data. In CentOS [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/speed-up-large-mysql-backup-dump-restore-process/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>quick web based php script to check replication status of MySQL</title>
		<link>http://linuxadminzone.com/quick-web-based-php-script-to-check-replication-status-of-mysql/</link>
		<comments>http://linuxadminzone.com/quick-web-based-php-script-to-check-replication-status-of-mysql/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 16:42:14 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=314</guid>
		<description><![CDATA[This is a basic PHP script to check replication status of single or multiple MySQL servers. You have to update variables in the script to run in browser like user, password, ip of server etc. Here is the script code: &#60;? ########## # # dbrepstatus.php by Jagbir Singh (jags@jagbir.com) # # ######### ?&#62; &#160; &#60;html&#62;&#60;head&#62; [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/quick-web-based-php-script-to-check-replication-status-of-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and configure PhpMyAdmin to manage multiple MySQL Servers</title>
		<link>http://linuxadminzone.com/install-and-configure-phpmyadmin-to-manage-multiple-mysql-servers/</link>
		<comments>http://linuxadminzone.com/install-and-configure-phpmyadmin-to-manage-multiple-mysql-servers/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 08:59:18 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=318</guid>
		<description><![CDATA[If you have read and implemented my previous article: how to run multiple MySQL services on a single box, you may like to manage such multiple installation of MySQL or multiple separate MySQL hosts by using a single PhpMyAdmin installation. This is easy enough to do quickly. I assume you have Apache (httpd) and PHP [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/install-and-configure-phpmyadmin-to-manage-multiple-mysql-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware about admin commands in MySQL replication</title>
		<link>http://linuxadminzone.com/beware-about-admin-commands-in-mysql-replication/</link>
		<comments>http://linuxadminzone.com/beware-about-admin-commands-in-mysql-replication/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 11:08:09 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[replication]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=265</guid>
		<description><![CDATA[Here is the situation: We are doing replication of only 1 table from a database (live) to other host (backup). so we expect that updates which are on others DBs/tables except on this table should not replicate. Wrong! they got replicated. We shifted one DB say DB1 from live env to Backup DB host and [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/beware-about-admin-commands-in-mysql-replication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile mysql 5.1 with innodb and optimize for heavy usage</title>
		<link>http://linuxadminzone.com/compile-mysql-5-1-with-innodb-and-optimize-for-heavy-usage/</link>
		<comments>http://linuxadminzone.com/compile-mysql-5-1-with-innodb-and-optimize-for-heavy-usage/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 13:11:41 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=206</guid>
		<description><![CDATA[MySQL stopped default inclusion of InnoDB in latest 5.1.x, so if you need InnoDB, you have to compile it from source. I have done following steps in CentOS 5.4 server to compile MySQL and optimize it later for a heavy site: 1. Remove earlier installation of MySQL, if any and download source rpm from MySQL [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/compile-mysql-5-1-with-innodb-and-optimize-for-heavy-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

