MySQL

Shell Script To Back Up All MySQL Databases, Each Table In An Individual File And Upload To Remote FTP

Submitted by marchost (Contact Author) (Forums) on Tue, 2008-10-07 13:15. :: Backup | MySQL

Shell Script To Back Up All MySQL Databases, Each Table In An Individual File And Upload To Remote FTP

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.

Script To Check If MySQL Master Master Replication Is Working Correctly

Submitted by marchost (Contact Author) (Forums) on Tue, 2008-09-09 13:14. :: MySQL

Script To Check If MySQL Master Master Replication Is Working Correctly

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.

Tuning MySQL Performance with MySQLTuner

Submitted by falko (Contact Author) (Forums) on Tue, 2008-09-02 11:00. :: MySQL

Tuning MySQL Performance with MySQLTuner

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 my.cnf file to tease out the last bit of performance from your MySQL server and make it work more efficiently.

Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)

Submitted by falko (Contact Author) (Forums) on Thu, 2008-07-03 16:39. :: Debian | Apache | MySQL

Apache2: Logging To A MySQL Database With mod_log_sql (Debian Etch)

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'm using a Debian Etch server in this tutorial.

Installing MySQL Proxy On CentOS 5 (FINAL) x86_64

Submitted by rod@promoworks.co.uk (Contact Author) (Forums) on Mon, 2008-06-23 18:46. :: CentOS | MySQL

Installing MySQL Proxy On CentOS 5 (FINAL) x86_64

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.

How To Set Up WebDAV With MySQL Authentication On Apache2 (Debian Etch)

Submitted by falko (Contact Author) (Forums) on Tue, 2008-06-17 17:08. :: Debian | Apache | MySQL

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.

How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1

Submitted by petero (Contact Author) (Forums) on Sun, 2008-06-15 18:21. :: Debian | High-Availability | MySQL

How To Set Up A Load-Balanced MySQL Cluster With MySQL 5.1

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 cluster is load-balanced by an Ultra Monkey package which 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).

How To Repair MySQL Replication

Submitted by falko (Contact Author) (Forums) on Fri, 2008-06-06 12:10. :: MySQL

How To Repair MySQL Replication

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.

Quick 'n' Easy LAMP Server For CentOS/RHEL

Submitted by olddocks (Contact Author) (Forums) on Wed, 2008-05-28 19:16. :: CentOS | Apache | MySQL | PHP

Quick 'n' Easy LAMP Server For CentOS/RHEL

This tutorial shows a quick way of installing a LAMP server (Linux + Apache + MySQL + PHP/Perl together commonly known as LAMP Server.) on CentOS and RHEL server systems.

Running MySQL 4 And MySQL 5 Concurrently

Submitted by diademsa (Contact Author) (Forums) on Tue, 2008-05-13 14:16. :: MySQL

Running MySQL 4 And MySQL 5 Concurrently

This tutorial shows how to install MySQL 5 on a system where MySQL 4 is already running. It also shows how to configure phpMyAdmin to use both databases.

1
next page
last page
XML feed
"Facebook" is a registered trademark of Facebook, Inc. All rights reserved.