public marks

PUBLIC MARKS with tags mysql & linux

April 2006

Browse Amazon Books: LAMP (Linux, Apache, MySQL, PHP)

by access2
LAMP is a mnemonic acronym fro "Linux, Apache, MySQL, PHP" (sometimes Perl or Python) which refers to four open-source software packages that constitute a very popular and robust web-server platform.

March 2006

How To Set Up A Load-Balanced MySQL Cluster | HowtoForge - Linux Howtos and Tutorials

by camel & 6 others (via)
This tutorial shows how to configure a MySQL 5 cluster with three nodes: two storage nodes and one management node. This cluster is load-balanced by a high-availability load balancer that in fact has two nodes that use the Ultra Monkey package that provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).

Running A MySQL-Based DNS Server: MyDNS | HowtoForge - Linux Howtos and Tutorials

by camel (via)
n this tutorial I will describe how to install and configure MyDNS, a DNS server that uses a MySQL database as backend instead of configuration files like, for example, Bind or djbdns. This has the advantage that you can easily use web-based frontends to administrate your DNS records. You could even write your own frontend, e.g. using PHP, to interact with the MyDNS database. MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted! This is a major advantage.

Digital Fashion

by sk8ter82 & 7 others
Blog sympa d'un codeur :)

mEga-box

by sk8ter82 & 1 other
Le p'tit monde de mEga (blog).

February 2006

January 2006

a work on process » MySQL 5.1

by François Hodierne (via)
Mysql will support XPath and event scheduling.

December 2005

xampp - install an Apache web server and add MySQL, PHP and Perl.

by macroron & 18 others
an easy to install Apache distribution containing MySQL, PHP and Perl. very easy to install and to use - just download, extract and start.

How To Set Up Database Replication In MySQL | HowtoForge - Linux Howtos and Tutorials

by camel & 4 others
This tutorial describes how to set up database replication in MySQL. 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.

October 2005

Virtual Users And Domains With Postfix, Courier And MySQL (+ SMTP-AUTH, Quota, SpamAssassin, ClamAV) | HowtoForge - Linux Howtos and Tutorials

by camel & 1 other (via)
This document describes how to install a mail server based on Postfix that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses.