MariaDB Galera Cluster: Multi-Master Replication
Learn how to set up and manage MariaDB Galera Cluster for multi-master replication in a database …
MySQL: Installation and Configuration
A comprehensive guide for MySQL installation, configuration, and common management tasks including …
MariaDB: Migration from MySQL
A guide on how to migrate from MySQL to MariaDB, including installation and configuration steps.
XtraBackup: Optimizing Your MySQL Backups
A guide on how to optimize MySQL backups using Percona XtraBackup, including installation, full …
MySQL: Backups, Restorations and Transfers
Guide to backup, restore, and transfer MySQL databases with different methods including mysqldump, …
Replication Master to Master
How to set up MySQL master-master replication for high-availability with step-by-step configuration …
MysqlTuner: Optimizing Your MySQL Server
A guide on how to install and use MysqlTuner to optimize MySQL server performance, including cache …
Using MySQL
Tips and tricks for MySQL database management including charset conversion and table prefix …
Purging MySQL Binary Logs
This guide explains how to manage slow query logs and binary logs in MySQL, including how to flush, …
Running Multiple MySQL Instances on Solaris
Guide on how to install and configure multiple MySQL instances on Solaris, including configuration …
PhpMyAdmin: Installation and Configuration
Guide for installing and configuring PhpMyAdmin, a web interface for MySQL database management
GreenSQL: Preventing SQL Injections with GreenSQL
A guide on how to use GreenSQL to prevent SQL injection attacks in your database systems.
Repairing MyISAM and InnoDB Databases
A comprehensive guide on how to repair and fix corrupted MyISAM and InnoDB databases in MySQL, with …
Setting up a MySQL Proxy
How to set up a MySQL proxy that can also serve as a load balancer.
MySQL Cluster Load Balanced with Heartbeat
Documentation about setting up a load balanced MySQL cluster with Heartbeat, including links to …
MySQL Replication Master to Slave
How to set up MySQL replication from master to slave configuration