<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.com" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - MySQL</title>
 <link>http://www.howtoforge.com/taxonomy/term/7/all</link>
 <description>&amp;nbsp;</description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.com/rss/mysql.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - MySQL</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://www.howtoforge.com/taxonomy/term/7/all</link>
 </image>

<item>
 <title>How To Back Up MySQL Databases With mylvmbackup On Ubuntu 8.10</title>
 <link>http://www.howtoforge.com/how-to-back-up-mysql-databases-with-mylvmbackup-on-ubuntu-8.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;128&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/mysql.gif&quot; width=&quot;125&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;How To Back Up MySQL Databases With mylvmbackup On Ubuntu 8.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;mylvmbackup
is a Perl script for quickly creating MySQL backups. It uses LVM&#039;s
snapshot feature to do so. To perform a backup, mylvmbackup obtains a
read lock on all tables and flushes all server caches to disk, creates
a snapshot of the volume containing the MySQL data directory, and
unlocks the tables again. This article shows how to use it on an Ubuntu
8.10 server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.com/sitemap/backup">Backup</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Mon, 22 Dec 2008 18:21:54 +0100</pubDate>
 <guid>http://www.howtoforge.com/how-to-back-up-mysql-databases-with-mylvmbackup-on-ubuntu-8.10</guid>
 <comments>http://www.howtoforge.com/how-to-back-up-mysql-databases-with-mylvmbackup-on-ubuntu-8.10#comment</comments>
</item>
<item>
 <title>ZRM 2.1: Backing Up MySQL Partitioned Tables</title>
 <link>http://www.howtoforge.com/backing-up-mysql-partitioned-tables</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;128&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/mysql.gif&quot; width=&quot;125&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;ZRM 2.1: Backing Up MySQL Partitioned Tables&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;MySQL 5.1 is generally available for production use. One of the key features of
MySQL 5.1 is partitioning. This how to shows how to install and configure Zmanda Recovery Manager for MySQL (ZRM)
2.1 to perform backup and recovery of MySQL partitioned tables.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/backup">Backup</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Wed, 17 Dec 2008 16:16:45 +0100</pubDate>
 <guid>http://www.howtoforge.com/backing-up-mysql-partitioned-tables</guid>
 <comments>http://www.howtoforge.com/backing-up-mysql-partitioned-tables#comment</comments>
</item>
<item>
 <title>Setting Up Master-Master Replication On Four Nodes With MySQL 5 On Debian Etch</title>
 <link>http://www.howtoforge.com/setting-up-master-master-replication-on-four-nodes-with-mysql-5-on-debian-etch</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;128&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/mysql.gif&quot; width=&quot;125&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Setting Up Master-Master Replication On Four Nodes With MySQL 5 On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how you can set up MySQL master-master
replication on four MySQL nodes (running on Debian Etch). The
difference to a two node master-master replication
is that if you have more than two nodes, the replication goes in a
circle, i.e., with four nodes, the replication goes from node1 to
node2, from node2 to node3, from node3 to node4, and from node4 to
node1.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Tue, 18 Nov 2008 18:09:58 +0100</pubDate>
 <guid>http://www.howtoforge.com/setting-up-master-master-replication-on-four-nodes-with-mysql-5-on-debian-etch</guid>
 <comments>http://www.howtoforge.com/setting-up-master-master-replication-on-four-nodes-with-mysql-5-on-debian-etch#comment</comments>
</item>
<item>
 <title>The Umlaut Problem - How To Successfully Back Up And Restore MySQL Databases With Special Characters Using MySQLDumper</title>
 <link>http://www.howtoforge.com/the-umlaut-problem-how-to-successfully-back-up-and-restore-mysql-databases-with-special-characters-using-mysqldumper</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;128&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/mysql.gif&quot; width=&quot;125&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;The Umlaut Problem - How To Successfully Back Up And Restore MySQL Databases With Special Characters Using MySQLDumper&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;There are lots of forums with heaps of reports of umlauts or other
special characters being displayed erroneously. Attempts to help come
from many sides, but hardly anyone seems to have a really complete
picture of the problem. Even web hosts&#039; support hotlines seem to reach
their limit of knowledge with this one. There are incredible amounts of
half-truths. They prove correct in certain circumstances, but they do
not help all people. Simply because setups vary so much. In my role as developer of MySQLDumper I naturally spent a lot of time
evaluating this situation. And I now believe to be able to offer a
complete overview which covers the different aspects of this problem. A
lot, and I mean a lot of research has gone into the explanations in
this article.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/backup">Backup</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Thu, 13 Nov 2008 12:56:02 +0100</pubDate>
 <guid>http://www.howtoforge.com/the-umlaut-problem-how-to-successfully-back-up-and-restore-mysql-databases-with-special-characters-using-mysqldumper</guid>
 <comments>http://www.howtoforge.com/the-umlaut-problem-how-to-successfully-back-up-and-restore-mysql-databases-with-special-characters-using-mysqldumper#comment</comments>
</item>
<item>
 <title>Creating MySQL Backups With AutoMySQLBackup</title>
 <link>http://www.howtoforge.com/creating-mysql-backups-with-automysqlbackup</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;128&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/mysql.gif&quot; width=&quot;125&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Creating MySQL Backups With AutoMySQLBackup&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;AutoMySQLBackup
is a shell script that lets you take daily, weekly and monthly backups
of your MySQL databases using mysqldump. It can back up multiple
databases, compress the backups, back up remote databases, and email
the logs.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/backup">Backup</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Mon, 03 Nov 2008 12:33:21 +0100</pubDate>
 <guid>http://www.howtoforge.com/creating-mysql-backups-with-automysqlbackup</guid>
 <comments>http://www.howtoforge.com/creating-mysql-backups-with-automysqlbackup#comment</comments>
</item>
<item>
 <title>Preventing MySQL Injection Attacks With GreenSQL On Debian Etch</title>
 <link>http://www.howtoforge.com/preventing-mysql-injection-attacks-with-greensql-on-debian-etch</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;128&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/mysql.gif&quot; width=&quot;125&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Preventing MySQL Injection Attacks With GreenSQL On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;GreenSQL (or &lt;span class=&quot;system&quot;&gt;greensql-fw&lt;/span&gt;)
is a firewall for MySQL databases that filters SQL injection attacks.
It works as a reverse proxy, i.e., it takes the SQL queries, checks
them, passes them on to the MySQL database and delivers back the result
from the MySQL database. It comes with a web interface (called &lt;span class=&quot;system&quot;&gt;greensql-console&lt;/span&gt;)
so that you can manage GreenSQL through a web browser. This guide shows
how you can install GreenSQL and its web interface on a Debian Etch
server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/security">Security</category>
 <pubDate>Sun, 26 Oct 2008 19:10:16 +0100</pubDate>
 <guid>http://www.howtoforge.com/preventing-mysql-injection-attacks-with-greensql-on-debian-etch</guid>
 <comments>http://www.howtoforge.com/preventing-mysql-injection-attacks-with-greensql-on-debian-etch#comment</comments>
</item>
<item>
 <title>Shell Script To Back Up All MySQL Databases, Each Table In An Individual File And Upload To Remote FTP</title>
 <link>http://www.howtoforge.com/shell-script-to-back-up-all-mysql-databases-each-table-in-an-individual-file-and-upload-to-remote-ftp</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;128&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/mysql.gif&quot; width=&quot;125&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Shell Script To Back Up All MySQL Databases, Each Table In An Individual File And Upload To Remote FTP&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This script will create a backup of each table in every database
(one file per table), compress it and upload it to a remote ftp.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/backup">Backup</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Tue, 07 Oct 2008 14:15:57 +0200</pubDate>
 <guid>http://www.howtoforge.com/shell-script-to-back-up-all-mysql-databases-each-table-in-an-individual-file-and-upload-to-remote-ftp</guid>
 <comments>http://www.howtoforge.com/shell-script-to-back-up-all-mysql-databases-each-table-in-an-individual-file-and-upload-to-remote-ftp#comment</comments>
</item>
<item>
 <title>Script To Check If MySQL Master Master Replication Is Working Correctly</title>
 <link>http://www.howtoforge.com/script-to-check-if-mysql-master-master-replication-is-working-correctly</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;128&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/mysql.gif&quot; width=&quot;125&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Script To Check If MySQL Master Master Replication Is Working Correctly&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This short article explains how you can use a short script to check
whether your MySQL master master replication is working as expected or
not.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Tue, 09 Sep 2008 14:14:12 +0200</pubDate>
 <guid>http://www.howtoforge.com/script-to-check-if-mysql-master-master-replication-is-working-correctly</guid>
 <comments>http://www.howtoforge.com/script-to-check-if-mysql-master-master-replication-is-working-correctly#comment</comments>
</item>
<item>
 <title>Tuning MySQL Performance with MySQLTuner</title>
 <link>http://www.howtoforge.com/tuning-mysql-performance-with-mysqltuner</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;128&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/mysql.gif&quot; width=&quot;125&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Tuning MySQL Performance with MySQLTuner&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;MySQLTuner
is a Perl script that analyzes your MySQL performance and, based on the
statistics it gathers, gives recommendations which variables you should
adjust in order to increase performance. That way, you can tune your &lt;span class=&quot;system&quot;&gt;my.cnf&lt;/span&gt; file to tease out the last bit of performance from your MySQL server and make it work more efficiently.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Tue, 02 Sep 2008 12:00:28 +0200</pubDate>
 <guid>http://www.howtoforge.com/tuning-mysql-performance-with-mysqltuner</guid>
 <comments>http://www.howtoforge.com/tuning-mysql-performance-with-mysqltuner#comment</comments>
</item>
<item>
 <title>Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)</title>
 <link>http://www.howtoforge.com/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch</link>
 <description>
&lt;p&gt;&lt;b&gt;Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide shows how you can write the Apache2 access log to a MySQL
database instead of a file. To achieve this, I use the Apache2 module
mod_log_sql. I&#039;m using a Debian Etch server in this tutorial.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Thu, 03 Jul 2008 17:39:52 +0200</pubDate>
 <guid>http://www.howtoforge.com/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch</guid>
 <comments>http://www.howtoforge.com/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch#comment</comments>
</item>
<item>
 <title>Installing MySQL Proxy On CentOS 5 (FINAL) x86_64</title>
 <link>http://www.howtoforge.com/installing-mysql-proxy-on-centos5-x86_64</link>
 <description>&lt;p&gt;&lt;b&gt;Installing MySQL Proxy On CentOS 5 (FINAL) x86_64&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how you can install MySQL Proxy
on a CentOS 5 (x86_64) system. MySQL Proxy is a simple program that
sits between your client and MySQL server(s) that can monitor, analyze
or transform their communication. Its flexibility allows for unlimited
uses; common ones include: load balancing; failover; query analysis;
query filtering and modification; and many more.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Mon, 23 Jun 2008 19:46:00 +0200</pubDate>
 <guid>http://www.howtoforge.com/installing-mysql-proxy-on-centos5-x86_64</guid>
 <comments>http://www.howtoforge.com/installing-mysql-proxy-on-centos5-x86_64#comment</comments>
</item>
<item>
 <title>How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)</title>
 <link>http://www.howtoforge.com/setting-up-webdav-with-mysql-authentication-on-apache2-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This guide explains how to set up WebDAV with MySQL authentication
(using mod_auth_mysql) on Apache2 on a Debian Etch server. WebDAV
stands for &lt;i&gt;Web-based Distributed Authoring and Versioning&lt;/i&gt; and
is a set of extensions to the HTTP protocol that allow users to
directly edit files on the Apache server so that they do not need to be
downloaded/uploaded via FTP. Of course, WebDAV can also be used to
upload and download files.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Tue, 17 Jun 2008 18:08:29 +0200</pubDate>
 <guid>http://www.howtoforge.com/setting-up-webdav-with-mysql-authentication-on-apache2-debian-etch</guid>
 <comments>http://www.howtoforge.com/setting-up-webdav-with-mysql-authentication-on-apache2-debian-etch#comment</comments>
</item>
<item>
 <title>How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1</title>
 <link>http://www.howtoforge.com/setting-up-a-loadbalanced-mysql-cluster-with-mysql5.1</link>
 <description>&lt;p&gt;&lt;b&gt;How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial is based on Falko Timme&#039;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 cluster is
load-balanced by an &lt;span class=&quot;system&quot;&gt;Ultra Monkey&lt;/span&gt; package which provides &lt;span class=&quot;system&quot;&gt;heartbeat&lt;/span&gt; (for checking if the other node is still alive) and &lt;span class=&quot;system&quot;&gt;ldirectord&lt;/span&gt; (to split up the requests to the nodes of the MySQL cluster).&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.com/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Sun, 15 Jun 2008 19:21:08 +0200</pubDate>
 <guid>http://www.howtoforge.com/setting-up-a-loadbalanced-mysql-cluster-with-mysql5.1</guid>
 <comments>http://www.howtoforge.com/setting-up-a-loadbalanced-mysql-cluster-with-mysql5.1#comment</comments>
</item>
<item>
 <title>How To Repair MySQL Replication</title>
 <link>http://www.howtoforge.com/how-to-repair-mysql-replication</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Repair MySQL Replication&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;If you have set up MySQL replication, you probably know this
problem: sometimes there are invalid MySQL queries which cause the
replication to not work anymore. In this short guide I explain how you
can repair the replication on the MySQL slave without the need to set
it up from scratch again.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <pubDate>Fri, 06 Jun 2008 13:10:38 +0200</pubDate>
 <guid>http://www.howtoforge.com/how-to-repair-mysql-replication</guid>
 <comments>http://www.howtoforge.com/how-to-repair-mysql-replication#comment</comments>
</item>
<item>
 <title>Quick &#039;n&#039; Easy LAMP Server For CentOS/RHEL</title>
 <link>http://www.howtoforge.com/quick-n-easy-lamp-server-centos-rhel</link>
 <description>&lt;p&gt;&lt;b&gt;Quick &#039;n&#039; Easy LAMP Server For CentOS/RHEL&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This tutorial shows a quick way of installing a LAMP server (&lt;b&gt;L&lt;/b&gt;inux + &lt;b&gt;A&lt;/b&gt;pache + &lt;b&gt;M&lt;/b&gt;ySQL + 
  &lt;b&gt;P&lt;/b&gt;HP/Perl together commonly known as &lt;b&gt;LAMP&lt;/b&gt; Server.) on CentOS and RHEL server systems.&lt;/p&gt;</description>
 <category domain="http://www.howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.com/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.com/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.com/sitemap/programming/php">PHP</category>
 <pubDate>Wed, 28 May 2008 20:16:17 +0200</pubDate>
 <guid>http://www.howtoforge.com/quick-n-easy-lamp-server-centos-rhel</guid>
 <comments>http://www.howtoforge.com/quick-n-easy-lamp-server-centos-rhel#comment</comments>
</item>
</channel>
</rss>
