<?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>Tips and Tricks &#187; MySQL</title>
	<atom:link href="http://www.legend.ws/blog/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.legend.ws/blog</link>
	<description>Find useful tips and tricks related to your every day techy needs</description>
	<lastBuildDate>Fri, 06 Nov 2009 08:59:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MySQL password hashing</title>
		<link>http://www.legend.ws/blog/tips-tricks/mysql-password-hashing/</link>
		<comments>http://www.legend.ws/blog/tips-tricks/mysql-password-hashing/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 18:55:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.legend.ws/blog/?p=35</guid>
		<description><![CDATA[Whenever you upgrade your MySQL installation, make sure to upgrade any client that uses it. In some cases, clients that use a version prior to 4.1 will have a problem authenticating against the MySQL database if the latter has a post 4.1 version. The trick is that after 4.1 (i.e. 4.11 and up), MySQL changed [...]]]></description>
		<wfw:commentRss>http://www.legend.ws/blog/tips-tricks/mysql-password-hashing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up MySQL database replication</title>
		<link>http://www.legend.ws/blog/tips-tricks/mysql-database-replication/</link>
		<comments>http://www.legend.ws/blog/tips-tricks/mysql-database-replication/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 18:50:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.legend.ws/blog/tips-tricks/mysql-database-replication/</guid>
		<description><![CDATA[It&#8217;s always about data. What&#8217;s the use of any system without the data it relies on? Setting up a database replication is one of many steps that should be taken in order to preserve data, preventing any loss and making disaster recovery easier. Luckily, it&#8217;s easy with MySQL. So let&#8217;s suppose we have two servers [...]]]></description>
		<wfw:commentRss>http://www.legend.ws/blog/tips-tricks/mysql-database-replication/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Resetting your mysql root password</title>
		<link>http://www.legend.ws/blog/tips-tricks/reset-mysql-root-password/</link>
		<comments>http://www.legend.ws/blog/tips-tricks/reset-mysql-root-password/#comments</comments>
		<pubDate>Thu, 17 May 2007 08:10:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.legend.ws/blog/tips-tricks/reset-mysql-root-password/</guid>
		<description><![CDATA[It is quite frequent that an administrator simply forgets his mysql&#8217;s root password. Luckily, it is quiet easy to reset it, here are the steps: SSH as root to your machine Turn off the mysqld daemon if running RedHat/Fedora users can do so by executing:Â  service mysqld stop Run safe_mysqld by executing: safe_mysqld &#8211;skip-grant-tables (this [...]]]></description>
		<wfw:commentRss>http://www.legend.ws/blog/tips-tricks/reset-mysql-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to import a csv file into mysql from the prompt</title>
		<link>http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/</link>
		<comments>http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 17:40:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/</guid>
		<description><![CDATA[For the follows out there who do not know how to import coma separated data into mysql from the prompt, here it is: Assume: PATH is the path to the csv file (can be relative to the directory you were in before logging into mysql) TABLE is the table name that you have already created [...]]]></description>
		<wfw:commentRss>http://www.legend.ws/blog/tips-tricks/import-csv-mysql-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
