
<?phpxml 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/"
>
<channel>
<title>FAQ PAL / Popular Tutorials / SQL</title>
<link>http://www.faqpal.com</link>
<description>FAQ PAL RSS  votes</description>
<pubDate>Sat, 19 Dec 2009 08:44:03 CST</pubDate>
<language>en</language>
<item>
<title><![CDATA[SQL for Beginners]]></title>
<link>http://www.faqpal.com/SQL/sql-for-beginners/</link>
<comments>http://www.faqpal.com/SQL/sql-for-beginners/</comments>
<pubDate>Sat, 19 Dec 2009 08:44:03 CST</pubDate>
<dc:creator>god</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/sql-for-beginners/</guid>
<description><![CDATA[In this article, we are going to start with some basic SQL queries and use them to interact with a MySQL database.<br/><br/>5 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1]]></title>
<link>http://www.faqpal.com/SQL/how-to-set-up-a-load-balanced-mysql-cluster-with-mysql-5-1/</link>
<comments>http://www.faqpal.com/SQL/how-to-set-up-a-load-balanced-mysql-cluster-with-mysql-5-1/</comments>
<pubDate>Fri, 31 Jul 2009 09:22:12 CDT</pubDate>
<dc:creator>Geoserv</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/how-to-set-up-a-load-balanced-mysql-cluster-with-mysql-5-1/</guid>
<description><![CDATA[This tutorial is based on Falko Timme's tutorial for MySQL Cluster 5.0. It shows how to configure a MySQL 5.1 cluster with five nodes: 1 x management, 2 x storage nodes and 2 x balancer nodes. This <br/><br/>6 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[10 Essential SQL Tips for Developers]]></title>
<link>http://www.faqpal.com/SQL/10-essential-sql-tips-for-developers/</link>
<comments>http://www.faqpal.com/SQL/10-essential-sql-tips-for-developers/</comments>
<pubDate>Sat, 06 Jun 2009 21:43:05 CDT</pubDate>
<dc:creator>Poster</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/10-essential-sql-tips-for-developers/</guid>
<description><![CDATA[SQL is yet another essential language for developers wishing to create data-driven websites. However, many developers are unfamiliar with various aspects of SQ<br/><br/>5 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[The Best Way To Safely Backup Your MySQL Database]]></title>
<link>http://www.faqpal.com/SQL/the-best-way-to-safely-backup-your-mysql-database/</link>
<comments>http://www.faqpal.com/SQL/the-best-way-to-safely-backup-your-mysql-database/</comments>
<pubDate>Fri, 29 May 2009 21:15:19 CDT</pubDate>
<dc:creator>Geoserv</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/the-best-way-to-safely-backup-your-mysql-database/</guid>
<description><![CDATA[In this post I will show you how to backup your  database with MySQL Administrator and Remote MySQL enabled.<br/><br/>7 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How can I Backup and Restore a MySQL database?]]></title>
<link>http://www.faqpal.com/SQL/how-can-i-backup-and-restore-a-mysql-database/</link>
<comments>http://www.faqpal.com/SQL/how-can-i-backup-and-restore-a-mysql-database/</comments>
<pubDate>Fri, 08 May 2009 06:44:27 CDT</pubDate>
<dc:creator>Poster</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/how-can-i-backup-and-restore-a-mysql-database/</guid>
<description><![CDATA[How can I Backup and Restore a MySQL database?<br/><br/>4 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How to delete duplicate rows with SQL]]></title>
<link>http://www.faqpal.com/SQL/how-to-delete-duplicate-rows-with-sql/</link>
<comments>http://www.faqpal.com/SQL/how-to-delete-duplicate-rows-with-sql/</comments>
<pubDate>Sun, 01 Mar 2009 09:11:46 CST</pubDate>
<dc:creator>Geoserv</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/how-to-delete-duplicate-rows-with-sql/</guid>
<description><![CDATA[How to delete duplicate rows with SQL<br/><br/>5 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[32 Tips To Speed Up Your MySQL Queries]]></title>
<link>http://www.faqpal.com/SQL/32-tips-to-speed-up-your-mysql-queries/</link>
<comments>http://www.faqpal.com/SQL/32-tips-to-speed-up-your-mysql-queries/</comments>
<pubDate>Thu, 12 Feb 2009 14:01:07 CST</pubDate>
<dc:creator>Geoserv</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/32-tips-to-speed-up-your-mysql-queries/</guid>
<description><![CDATA[Tips on how to increase the speed of your MySQL.<br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How To Write Your Own MySQL Class In PHP]]></title>
<link>http://www.faqpal.com/SQL/how-to-write-your-own-mysql-class-in-php/</link>
<comments>http://www.faqpal.com/SQL/how-to-write-your-own-mysql-class-in-php/</comments>
<pubDate>Thu, 22 Jan 2009 08:35:40 CST</pubDate>
<dc:creator>ThePAL</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/how-to-write-your-own-mysql-class-in-php/</guid>
<description><![CDATA[I'm going to show you how to write your own MySQL class in PHP 5.<br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Mailout from a MySQL database]]></title>
<link>http://www.faqpal.com/SQL/mailout-from-a-mysql-database/</link>
<comments>http://www.faqpal.com/SQL/mailout-from-a-mysql-database/</comments>
<pubDate>Sun, 11 Jan 2009 02:52:53 CST</pubDate>
<dc:creator>Poster</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/mailout-from-a-mysql-database/</guid>
<description><![CDATA[Read your database, and send every entry a personal email<br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Why is MySQL more popular than PostgreSQL]]></title>
<link>http://www.faqpal.com/SQL/why-is-mysql-more-popular-than-postgresql/</link>
<comments>http://www.faqpal.com/SQL/why-is-mysql-more-popular-than-postgresql/</comments>
<pubDate>Sun, 04 Jan 2009 04:07:55 CST</pubDate>
<dc:creator>god</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/why-is-mysql-more-popular-than-postgresql/</guid>
<description><![CDATA[The answer turns out to be fairly simple for me: replication and upgrades.<br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What is SQL Injection?]]></title>
<link>http://www.faqpal.com/SQL/what-is-sql-injection/</link>
<comments>http://www.faqpal.com/SQL/what-is-sql-injection/</comments>
<pubDate>Thu, 18 Dec 2008 07:14:18 CST</pubDate>
<dc:creator>Geoserv</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/what-is-sql-injection/</guid>
<description><![CDATA[SQL Injection is a hacking technique which attempts to pass SQL commands throug<br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How to: Backup MySQL database &amp; email results using PHP]]></title>
<link>http://www.faqpal.com/SQL/how-to-backup-mysql-database--email-results-using-php/</link>
<comments>http://www.faqpal.com/SQL/how-to-backup-mysql-database--email-results-using-php/</comments>
<pubDate>Wed, 10 Dec 2008 08:49:31 CST</pubDate>
<dc:creator>god</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/how-to-backup-mysql-database--email-results-using-php/</guid>
<description><![CDATA[Here is a PHP script I wrote to backup a mysql database and email the results.<br/><br/>3 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How to repair MySQL Tables]]></title>
<link>http://www.faqpal.com/SQL/how-to-repair-mysql-tables/</link>
<comments>http://www.faqpal.com/SQL/how-to-repair-mysql-tables/</comments>
<pubDate>Thu, 30 Oct 2008 02:57:59 CDT</pubDate>
<dc:creator>Geoserv</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/how-to-repair-mysql-tables/</guid>
<description><![CDATA[Sometimes it is possible that your Wordpress database can become overburdened in the process of fetching so much requests and because of it, it will create overhead. As time progresses, overhead valu<br/><br/>5 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Using delayed JOIN to optimize count(*) and LIMIT queries]]></title>
<link>http://www.faqpal.com/SQL/using-delayed-join-to-optimize-count-and-limit-queries/</link>
<comments>http://www.faqpal.com/SQL/using-delayed-join-to-optimize-count-and-limit-queries/</comments>
<pubDate>Sun, 19 Oct 2008 15:34:29 CDT</pubDate>
<dc:creator>Geoserv</dc:creator>
<category>SQL</category>
<guid>http://www.faqpal.com/SQL/using-delayed-join-to-optimize-count-and-limit-queries/</guid>
<description><![CDATA[If you're executing count(*) queries for such result sets MySQL will perform the join even if you use LEFT JOIN so it is not needed which slows down things considerably. In similar way MySQL generat<br/><br/>3 Vote(s) ]]></description>
</item>

</channel>
</rss>
