Skip to Content
MariaDB High Performance
book

MariaDB High Performance

by Pierre Mavro
September 2014
Intermediate to advanced
298 pages
6h 13m
English
Packt Publishing
Content preview from MariaDB High Performance

The basics of installation and configuration

In this section, we will discuss the basics of the installation and configuration. As there are a lot of options and things to understand, we'll concentrate first on how to get something working in a simple way. Then, we'll see configuration options in more detail.

Note

To avoid confusion, we'll use InnoDB exclusively in this configuration.

Installation

If you want to test it with Vagrant, you can use the following Vagrantfile here:

# -*- mode: ruby -*- # vi: set ft=ruby : # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! # VAGRANTFILE_API_VERSION = "2" # Insert all your Vms with configs boxes = [ { :name => :galera1, :role => 'gc', :ip => '192.168.33.31' }, # galera cluster ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Migrating to MariaDB: Toward an Open Source Database Solution

Migrating to MariaDB: Toward an Open Source Database Solution

William Wood
MariaDb Essentials

MariaDb Essentials

Emilien Kenler
OpenStack: Building a Cloud Environment

OpenStack: Building a Cloud Environment

Alok Shrivastwa, Sunil Sarat, Kevin Jackson, Cody Bunch, Egle Sigler, Tony Campbell

Publisher Resources

ISBN: 9781783981601Supplemental Content