1.

Record Nr.

UNINA9910300759803321

Autore

Bell Charles

Titolo

Introducing InnoDB Cluster : Learning the MySQL High Availability Stack / / by Charles Bell

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2018

ISBN

9781484238851

1484238850

Edizione

[1st ed. 2018.]

Descrizione fisica

1 online resource (473 pages)

Disciplina

005.7565

Soggetti

Database management

Open source software

Computer programming

Database Management

Open Source

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Nota di bibliografia

Includes bibliographical references.

Nota di contenuto

1. Introduction to High Availability -- 2. What is MySQL InnoDB Cluster? -- 3. MySQL Group Replication -- 4. MySQL Shell -- 5. High Availability in a Sandbox.-6. MySQL Router -- 7. Example MySQL HA Deployment.-8. Example Application -- 9. InnoDB Cluster Administration -- 10. Planning Your Deployment.

Sommario/riassunto

Set up, manage, and configure the new InnoDB Cluster feature in MySQL from Oracle. If you are growing your MySQL installation and want to explore making your servers highly available, this book provides what you need to know about high availability and the new tools that are available in MySQL 8.0.11 and later. Introducing InnoDB Cluster teaches you about the building blocks that make up InnoDB Cluster such as MySQL Group Replication for storing data redundantly, MySQL Router for the routing of inbound connections, and MySQL Shell for simplified setup and configuration, status reporting, and even automatic failover. You will understand how it all works together to ensure that your data are available even when your primary database server goes down. Features described in this book are available in the Community Edition of MySQL, beginning with the version 8.0.11 GA



release, making this book relevant for any MySQL users in need of redundancy against failure. Tutorials in the book show how to configure a test environment and plan a production deployment. Examples are provided in the form of a walk-through of a typical MySQL high-availability setup. What You'll Learn: Discover the newest high-availability features in MySQL Set up and use InnoDB Cluster as an HA solution Migrate your existing servers to MySQL 8 Employ best practices for using InnoDB Cluster Configure servers for optimal automatic failover to ensure that applications continue when a server fails Configure MySQL Router to load-balance inbound connections to the cluster.