- How To Set Up MySQL Database Replication With SSL Encryption On Ubuntu 9.10
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.
in Public bookmarks with database encryption mysql replication ssl ubuntu
- How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)
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 Web-based Distributed Authoring and Versioning 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.
in Public bookmarks with apache authentication debian mod_auth_mysql mysql webdav
- Installing A Multiserver Setup With Dedicated Web, Email, DNS And MySQL Database Servers On Debian 5.0 With ISPConfig 3
This tutorial describes the installation of an ISPConfig 3 multiserver setup with dedicated web, email, database and two DNS servers all managed trough a single ISPConfig 3 control panel. The setup described below uses five servers and can be extended easily to to a higher number of servers by just adding more servers. E.g. if you want to have two mailservers, do the setup steps from chapter 2 on both of these servers. If you want to set up more web servers, then install ISPConfig on all other web servers in expert mode except of the first one.
in Public bookmarks with cluster debian dns ispconfig mailserver multiserver mysql webserver
- Installing A Web, Email & MySQL Database Cluster On Debian 6.0 With ISPConfig 3
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 6 with the ISPConfig 3 control panel. MySQL Master/Master replication will be used to replicate the MySQL client databases between the servers and Unison will be used to Sync the /var/www (websites) and /var/vmail (email account data) folders.
in Public bookmarks with availability cluster debian dns high ispconfig mysql redundancy replication unison
- Installing Apache2 With PHP5 And MySQL Support On CentOS 5.3 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.3 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache centos lamp mod_php mysql php
- Installing Apache2 With PHP5 And MySQL Support On CentOS 5.5 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.5 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache centos lamp mysql php
- Installing Apache2 With PHP5 And MySQL Support On CentOS 5.6 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.6 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache centos lamp mod_php mysql php
- Installing Apache2 With PHP5 And MySQL Support On CentOS 6.0 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.0 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache centos lamp mod_php mysql php
- Installing Apache2 With PHP5 And MySQL Support On CentOS 6.2 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.2 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache centos lamp mod_php mysql php
- Installing Apache2 With PHP5 And MySQL Support On CentOS 6.3 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.3 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache centos lamp mod_php mysql php
- Installing Apache2 With PHP5 And MySQL Support On Debian Squeeze (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Squeeze server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache debian lamp mod_php mysql php squeeze
- Installing Apache2 With PHP5 And MySQL Support On Debian Wheezy
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Wheezy server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache debian lamp mod_php mysql php wheezy
- Installing Apache2 With PHP5 And MySQL Support On Fedora 12 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 12 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache fedora lamp mod_php mysql php
- Installing Apache2 With PHP5 And MySQL Support On Fedora 13 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 13 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache fedora lamp mod_php mysql php
- Installing Apache2 With PHP5 And MySQL Support On Fedora 14 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 14 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache fedora lamp mod_php mysql php
- Installing Apache2 With PHP5 And MySQL Support On Fedora 16 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 16 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache fedora lamp mod_php mysql php
- Installing Apache2 With PHP5 And MySQL Support On Fedora 17 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 17 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache fedora lamp mod_php mysql php phpmyadmin
- Installing Apache2 With PHP5 And MySQL Support On Fedora 18 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 18 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache fedora lamp mod_php mysql php
- Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.1 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.1 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache lamp mod_php mysql opensuse php suse
- Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.3 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.3 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache lamp mod_php mysql opensuse php suse
« Previous
Next »
mysql from all users