<?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>LinuxBabu ........... &#187; mysql</title>
	<atom:link href="http://www.linuxbabu.net/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxbabu.net</link>
	<description>Linux System Admin Blog....</description>
	<lastBuildDate>Tue, 15 Jun 2010 11:02:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>MySQL Optimization / Repair Information</title>
		<link>http://www.linuxbabu.net/2008/07/mysql-optimization-repair-information/</link>
		<comments>http://www.linuxbabu.net/2008/07/mysql-optimization-repair-information/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 07:22:06 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MySQL Optimization]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=144</guid>
		<description><![CDATA[How MySQL Uses Memory This page lists some of the ways that the mysqld server uses memory, and associated mysqld variable names Memory Use MySQL 5.0 Memory Use MySQL 4.1 MySQL Optimization which covers: - Optimization Overview - Optimizing SELECT and Other Statements - Locking Issues - Optimizing Database Structure - Optimizing the MySQL Server [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/07/mysql-optimization-repair-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing MySQL.</title>
		<link>http://www.linuxbabu.net/2008/07/securing-mysql/</link>
		<comments>http://www.linuxbabu.net/2008/07/securing-mysql/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 07:20:20 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Securing MySQL]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=143</guid>
		<description><![CDATA[Due to differing needs and requirements this is difficult to answer except on a case by case basis. The MySQL website has a section regarding general security of a MySQL database available here: http://dev.mysql.com/doc/refman/5.0/en/security.html Additionally some good practices are: Verify your root MySQL account password is set the test account and database that were created [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/07/securing-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I backup MySQL in Linux?</title>
		<link>http://www.linuxbabu.net/2008/07/how-do-i-backup-mysql-in-linux/</link>
		<comments>http://www.linuxbabu.net/2008/07/how-do-i-backup-mysql-in-linux/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 07:17:53 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql backup]]></category>
		<category><![CDATA[mysqldump]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=141</guid>
		<description><![CDATA[1. Copying from the mysql directory By default, MySQL databases on servers that use Linux are stored in the following directory: /var/lib/mysql/ If you shut down the mysqld service first, you can copy your databases to an example /backup directory using the following command: cp –Rp /var/lib/mysql/*.* /backup The –R switch for the cp command means recursive, which you [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/07/how-do-i-backup-mysql-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downgrading MySQL to 4.x &#8211; cPanel</title>
		<link>http://www.linuxbabu.net/2008/07/downgrading-mysql-to-4x-cpanel/</link>
		<comments>http://www.linuxbabu.net/2008/07/downgrading-mysql-to-4x-cpanel/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 05:59:17 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=109</guid>
		<description><![CDATA[If you’ve upgraded MySQL via WebHost manager, the downgrade process is slightly more complex than the upgrade. This tutorial mainly covers a downgrade from 4.1 to 4.0, but also applies to downgrading from 5.x to 4.x. *Back up all databases before proceeding, as all existing databases will be deleted! 1. Uninstall existing MySQL packages: rpm [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/07/downgrading-mysql-to-4x-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wrong Version Numbers in cPanel</title>
		<link>http://www.linuxbabu.net/2008/07/wrong-version-numbers-in-cpanel/</link>
		<comments>http://www.linuxbabu.net/2008/07/wrong-version-numbers-in-cpanel/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 05:18:26 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=100</guid>
		<description><![CDATA[It’s common that when moving a cPanel account between servers with differing software versions, the version numbers (specifically MySQL) on the side of cPanel still reflect those of the old server. This can be changed by editing the version files for the account that was moved: The files holding the version numbers are located in: [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/07/wrong-version-numbers-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repairing MySQL tables that will not open.</title>
		<link>http://www.linuxbabu.net/2008/03/repairing-mysql-tables-that-will-not-open/</link>
		<comments>http://www.linuxbabu.net/2008/03/repairing-mysql-tables-that-will-not-open/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 07:18:09 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql repair]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=142</guid>
		<description><![CDATA[This should be handled on a case by case basis, but if you are using the default MySQL table type of MyISAM (which is the default storage engine unless changed or specified differently) here are a few options: The myisamchk utility can be run from a command line to checks, repairs, or optimizes tables. It [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/03/repairing-mysql-tables-that-will-not-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
