<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.how2forge.org" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - MySQL</title>
 <link>http://www.how2forge.org/taxonomy/term/7/all</link>
 <description>&amp;nbsp;</description>
 <language>en</language>
 <atom:link href="http://www.how2forge.org/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.how2forge.org/taxonomy/term/7/all</link>
 </image>

<item>
 <title>How To Set Up MySQL Database Replication With SSL Encryption On Debian Lenny</title>
 <link>http://www.how2forge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-debian-lenny</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-debian-lenny&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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 Set Up MySQL Database Replication With SSL Encryption On 
Debian Lenny&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; This tutorial describes how to set up database replication in MySQL 
using an SSL connection for encryption (to make it impossible for 
hackers to sniff out passwords and data transferred between the master 
and slave). MySQL replication allows you to have an exact copy of a 
database from a master server on another server (slave), and all updates
 to the database on the master server are immediately replicated to the 
database on the slave server so that both databases are in sync. This is
 not a backup policy because an accidentally issued DELETE command will 
also be carried out on the slave; but replication can help protect 
against hardware failures though.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <pubDate>Sun, 29 Aug 2010 18:41:35 +0200</pubDate>
 <guid>http://www.how2forge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-debian-lenny</guid>
 <comments>http://www.how2forge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-debian-lenny#comment</comments>
</item>
<item>
 <title>Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 With ISPConfig 3</title>
 <link>http://www.how2forge.org/installing-a-web-email-and-mysql-database-cluster-on-debian-5.0-with-ispconfig-3</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/installing-a-web-email-and-mysql-database-cluster-on-debian-5.0-with-ispconfig-3&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;116&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://static.howtoforge.com/images/teaser/ispconfig.gif&quot; width=&quot;113&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 
With ISPConfig 3&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial describes the installation of a clustered Web, Email, 
Database and DNS server to be used for redundancy, high availability and
 load balancing on Debian 5 with the ISPConfig 3 control panel. 
GlusterFS will be used to mirror the data between the servers and 
ISPConfig for mirroring the configuration files. I will use a setup of 
two servers here for demonstration purposes but the setup can scale to a
 higher number of servers with only minor modifications in the GlusterFS
 configuration files.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.how2forge.org/sitemap/control-panels/ispconfig">ISPConfig</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.how2forge.org/sitemap/high-availability">High-Availability</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <category domain="http://www.how2forge.org/sitemap/email/postfix">Postfix</category>
 <pubDate>Tue, 10 Aug 2010 17:21:09 +0200</pubDate>
 <guid>http://www.how2forge.org/installing-a-web-email-and-mysql-database-cluster-on-debian-5.0-with-ispconfig-3</guid>
 <comments>http://www.how2forge.org/installing-a-web-email-and-mysql-database-cluster-on-debian-5.0-with-ispconfig-3#comment</comments>
</item>
<item>
 <title>Apache And MySQL Monitoring With Bijk On Debian Lenny</title>
 <link>http://www.how2forge.org/apache-and-mysql-monitoring-with-bijk-on-debian-lenny</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/apache-and-mysql-monitoring-with-bijk-on-debian-lenny&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;36&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://static.howtoforge.com/images/teaser/debian.gif&quot; width=&quot;33&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Apache And MySQL Monitoring With Bijk On Debian Lenny&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial describes how you can monitor your server with the tool
 Bijk. Bijk creates 
online 30 graphs about load, CPU, memory, traffic, Apache, NginX, 
PostreSQL and others with alerts. Bijk can be used on Debian, Ubuntu, 
CentOS, RedHat and Gentoo. In this article I will explain how to install
 Bijk on Debian.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.how2forge.org/sitemap/monitoring">Monitoring</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <pubDate>Fri, 25 Jun 2010 16:24:22 +0200</pubDate>
 <guid>http://www.how2forge.org/apache-and-mysql-monitoring-with-bijk-on-debian-lenny</guid>
 <comments>http://www.how2forge.org/apache-and-mysql-monitoring-with-bijk-on-debian-lenny#comment</comments>
</item>
<item>
 <title>Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.04 (LAMP)</title>
 <link>http://www.how2forge.org/installing-apache2-with-php5-and-mysql-support-on-ubuntu-10.04-lamp</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/installing-apache2-with-php5-and-mysql-support-on-ubuntu-10.04-lamp&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;56&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://static.howtoforge.com/images/teaser/apache.gif&quot; width=&quot;53&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.04 
(LAMP)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;LAMP is short for &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.  This tutorial shows how you can install an 
Apache2 webserver on an Ubuntu 10.04 server with PHP5 support (mod_php) 
and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <category domain="http://www.how2forge.org/sitemap/programming/php">PHP</category>
 <pubDate>Sun, 06 Jun 2010 18:50:39 +0200</pubDate>
 <guid>http://www.how2forge.org/installing-apache2-with-php5-and-mysql-support-on-ubuntu-10.04-lamp</guid>
 <comments>http://www.how2forge.org/installing-apache2-with-php5-and-mysql-support-on-ubuntu-10.04-lamp#comment</comments>
</item>
<item>
 <title>How To Set Up WebDAV With MySQL Authentication On Apache2 (Ubuntu 9.10)</title>
 <link>http://www.how2forge.org/how-to-set-up-webdav-with-mysql-authentication-on-apache2-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/how-to-set-up-webdav-with-mysql-authentication-on-apache2-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&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://static.howtoforge.com/images/teaser/ubuntu.gif&quot; width=&quot;39&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 Set Up WebDAV With MySQL Authentication On Apache2 (Ubuntu 
9.10)&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 an Ubuntu 9.10 server. WebDAV 
stands for &lt;em&gt;Web-based Distributed Authoring and Versioning&lt;/em&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.how2forge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/apache">Apache</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <pubDate>Mon, 31 May 2010 17:11:35 +0200</pubDate>
 <guid>http://www.how2forge.org/how-to-set-up-webdav-with-mysql-authentication-on-apache2-ubuntu-9.10</guid>
 <comments>http://www.how2forge.org/how-to-set-up-webdav-with-mysql-authentication-on-apache2-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>Sphinx As MySQL Storage Engine (SphinxSE)</title>
 <link>http://www.how2forge.org/sphinx-as-mysql-storage-engine-sphinxse</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/sphinx-as-mysql-storage-engine-sphinxse&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;Sphinx As MySQL Storage Engine (SphinxSE)&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;SphinX is a great full-text search engine for MySQL. Installing the 
Sphinx daemon was straightforward as you can compile it from the source 
or use a .DEB/.RPM package but SphinxSE was a little bit tricky since it
 needed to be installed as a plugin on a running MySQL server. So if you use Debian or Centos and install your MySQL from a .deb 
or .rpm package this is how you do it.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.how2forge.org/sitemap/linux/debian">Debian</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <pubDate>Wed, 19 May 2010 17:22:58 +0200</pubDate>
 <guid>http://www.how2forge.org/sphinx-as-mysql-storage-engine-sphinxse</guid>
 <comments>http://www.how2forge.org/sphinx-as-mysql-storage-engine-sphinxse#comment</comments>
</item>
<item>
 <title>When To Use Indexes In MySQL</title>
 <link>http://www.how2forge.org/when-to-use-indexes-in-mysql-databases</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/when-to-use-indexes-in-mysql-databases&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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;When To Use Indexes In MySQL&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;This comes up in discussions almost every new project I work on,
because it&#039;s a very important thing to consider when designing a
database. When deciding when and how to create an index in your MySQL database,
 it&#039;s important to consider how the data is being used.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <pubDate>Thu, 08 Apr 2010 12:47:19 +0200</pubDate>
 <guid>http://www.how2forge.org/when-to-use-indexes-in-mysql-databases</guid>
 <comments>http://www.how2forge.org/when-to-use-indexes-in-mysql-databases#comment</comments>
</item>
<item>
 <title>Allow Your Applications To Access The XAMPP MySQL Server Directly</title>
 <link>http://www.how2forge.org/allow-your-applications-to-access-the-xampp-mysql-server-directly</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/allow-your-applications-to-access-the-xampp-mysql-server-directly&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;p&gt;&lt;b&gt;Allow Your Applications To Access The XAMPP MySQL Server Directly&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;If you want to have a full featured &quot;LAMP&quot; server with one
step you can use &quot;XAMPP&quot;, it&#039;s easy and fast but you can&#039;t access its MySQL database server using the regular &quot;mysql&quot;
client (&lt;span class=&quot;system&quot;&gt;/usr/bin/mysql&lt;/span&gt;), you have to use its
 own client
(&lt;span class=&quot;system&quot;&gt;/opt/lampp/bin/mysql&lt;/span&gt;) to do that.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux">Linux</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <pubDate>Tue, 06 Apr 2010 13:22:52 +0200</pubDate>
 <guid>http://www.how2forge.org/allow-your-applications-to-access-the-xampp-mysql-server-directly</guid>
 <comments>http://www.how2forge.org/allow-your-applications-to-access-the-xampp-mysql-server-directly#comment</comments>
</item>
<item>
 <title>Installing Lighttpd With PHP5 And MySQL Support On Fedora 12</title>
 <link>http://www.how2forge.org/installing-lighttpd-with-php5-and-mysql-support-on-fedora-12</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/installing-lighttpd-with-php5-and-mysql-support-on-fedora-12&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&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://static.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Lighttpd With PHP5 And MySQL Support On Fedora 12&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Lighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can
install Lighttpd on a Fedora 12 server with PHP5 support (through
FastCGI) and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/lighttpd">Lighttpd</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <category domain="http://www.how2forge.org/sitemap/programming/php">PHP</category>
 <pubDate>Wed, 03 Mar 2010 18:10:23 +0100</pubDate>
 <guid>http://www.how2forge.org/installing-lighttpd-with-php5-and-mysql-support-on-fedora-12</guid>
 <comments>http://www.how2forge.org/installing-lighttpd-with-php5-and-mysql-support-on-fedora-12#comment</comments>
</item>
<item>
 <title>Creating MySQL Backups With AutoMySQLBackup On Ubuntu 9.10</title>
 <link>http://www.how2forge.org/creating-mysql-backups-with-automysqlbackup-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/creating-mysql-backups-with-automysqlbackup-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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 On Ubuntu 9.10&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. This tutorial explains how to install and use it on an Ubuntu
9.10 server.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.how2forge.org/sitemap/backup">Backup</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <pubDate>Thu, 18 Feb 2010 12:05:23 +0100</pubDate>
 <guid>http://www.how2forge.org/creating-mysql-backups-with-automysqlbackup-on-ubuntu-9.10</guid>
 <comments>http://www.how2forge.org/creating-mysql-backups-with-automysqlbackup-on-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>How To Set Up MySQL Database Replication With SSL Encryption On CentOS 5.4</title>
 <link>http://www.how2forge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-centos-5.4</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-centos-5.4&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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 Set Up MySQL Database Replication With SSL Encryption On CentOS 5.4&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; This tutorial describes how to set up database replication in MySQL
using an SSL connection for encryption (to make it impossible for
hackers to sniff out passwords and data transferred between the master
and slave). MySQL replication allows you to have an exact copy of a
database from a master server on another server (slave), and all
updates to the database on the master server are immediately replicated
to the database on the slave server so that both databases are in sync.
This is not a backup policy because an accidentally issued DELETE
command will also be carried out on the slave; but replication can help
protect against hardware failures though.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <pubDate>Tue, 16 Feb 2010 17:13:08 +0100</pubDate>
 <guid>http://www.how2forge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-centos-5.4</guid>
 <comments>http://www.how2forge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-centos-5.4#comment</comments>
</item>
<item>
 <title>Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.10</title>
 <link>http://www.how2forge.org/installing-cherokee-with-php5-and-mysql-support-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/installing-cherokee-with-php5-and-mysql-support-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;42&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://static.howtoforge.com/images/teaser/cherokee.gif&quot; width=&quot;39&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; Cherokee is a very fast, flexible and easy to configure Web Server.
It supports the widespread technologies nowadays: FastCGI, SCGI, PHP,
CGI, TLS and SSL encrypted connections, virtual hosts, authentication,
on the fly encoding, load balancing, Apache compatible log files, and
much more. This tutorial shows how you can install Cherokee on an
Ubuntu 9.10 server with PHP5 support (through FastCGI) and MySQL
support.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/cherokee">Cherokee</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <category domain="http://www.how2forge.org/sitemap/programming/php">PHP</category>
 <pubDate>Sun, 14 Feb 2010 18:44:33 +0100</pubDate>
 <guid>http://www.how2forge.org/installing-cherokee-with-php5-and-mysql-support-on-ubuntu-9.10</guid>
 <comments>http://www.how2forge.org/installing-cherokee-with-php5-and-mysql-support-on-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2010.0</title>
 <link>http://www.how2forge.org/installing-lighttpd-with-php5-and-mysql-support-on-mandriva-2010.0</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/installing-lighttpd-with-php5-and-mysql-support-on-mandriva-2010.0&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;45&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://static.howtoforge.com/images/teaser/lighttpd.gif&quot; width=&quot;42&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2010.0&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Lighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can
install Lighttpd on a Mandriva 2010.0 server with PHP5 support (through
FastCGI) and MySQL support.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/lighttpd">Lighttpd</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <category domain="http://www.how2forge.org/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 11 Feb 2010 11:51:54 +0100</pubDate>
 <guid>http://www.how2forge.org/installing-lighttpd-with-php5-and-mysql-support-on-mandriva-2010.0</guid>
 <comments>http://www.how2forge.org/installing-lighttpd-with-php5-and-mysql-support-on-mandriva-2010.0#comment</comments>
</item>
<item>
 <title>How To Set Up MySQL Database Replication With SSL Encryption On Ubuntu 9.10</title>
 <link>http://www.how2forge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-ubuntu-9.10</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-ubuntu-9.10&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&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://static.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 Set Up MySQL Database Replication With SSL Encryption On Ubuntu 9.10&lt;/b&gt;&lt;/p&gt;

&lt;p&gt; This tutorial describes how to set up database replication in MySQL
using an SSL connection for encryption (to make it impossible for
hackers to sniff out passwords and data transferred between the master
and slave). MySQL replication allows you to have an exact copy of a
database from a master server on another server (slave), and all
updates to the database on the master server are immediately replicated
to the database on the slave server so that both databases are in sync.
This is not a backup policy because an accidentally issued DELETE
command will also be carried out on the slave; but replication can help
protect against hardware failures though.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <category domain="http://www.how2forge.org/sitemap/security">Security</category>
 <pubDate>Sun, 07 Feb 2010 18:04:46 +0100</pubDate>
 <guid>http://www.how2forge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-ubuntu-9.10</guid>
 <comments>http://www.how2forge.org/how-to-set-up-mysql-database-replication-with-ssl-encryption-on-ubuntu-9.10#comment</comments>
</item>
<item>
 <title>Installing Nginx With PHP5 And MySQL Support On Fedora 12</title>
 <link>http://www.how2forge.org/installing-nginx-with-php5-and-mysql-support-on-fedora-12</link>
 <description>&lt;span style=&#039;margin: 0px 10px 0px 0px; float: left;&#039;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &#039;http://www.how2forge.org/installing-nginx-with-php5-and-mysql-support-on-fedora-12&#039;;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://static.howtoforge.com/js/tweetmeme_button.js&quot;&gt;&lt;/script&gt;
&lt;/span&gt;&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&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://static.howtoforge.com/images/teaser/fedora.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Installing Nginx With PHP5 And MySQL Support On Fedora 12&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Nginx (pronounced
&quot;engine x&quot;) is a free, open-source, high-performance HTTP server. Nginx
is known for its stability, rich feature set, simple configuration, and
low resource consumption. This tutorial shows how you can install Nginx
on a Fedora 12 server with PHP5 support (through FastCGI) and MySQL
support.&lt;/p&gt;
</description>
 <category domain="http://www.how2forge.org/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.how2forge.org/sitemap/mysql">MySQL</category>
 <category domain="http://www.how2forge.org/sitemap/web-server/nginx">nginx</category>
 <category domain="http://www.how2forge.org/sitemap/programming/php">PHP</category>
 <pubDate>Thu, 04 Feb 2010 17:44:04 +0100</pubDate>
 <guid>http://www.how2forge.org/installing-nginx-with-php5-and-mysql-support-on-fedora-12</guid>
 <comments>http://www.how2forge.org/installing-nginx-with-php5-and-mysql-support-on-fedora-12#comment</comments>
</item>
</channel>
</rss>
