MySQL 8 Cookbook

Par : Kyran Velos
Offrir maintenant
Ou planifier dans votre panier
Disponible dans votre compte client Decitre ou Furet du Nord dès validation de votre commande. Le format ePub protégé est :
  • Compatible avec une lecture sur My Vivlio (smartphone, tablette, ordinateur)
  • Compatible avec une lecture sur liseuses Vivlio
  • Pour les liseuses autres que Vivlio, vous devez utiliser le logiciel Adobe Digital Edition. Non compatible avec la lecture sur les liseuses Kindle, Remarkable et Sony
  • Non compatible avec un achat hors France métropolitaine
Logo Vivlio, qui est-ce ?

Notre partenaire de plateforme de lecture numérique où vous retrouverez l'ensemble de vos ebooks gratuitement

Pour en savoir plus sur nos ebooks, consultez notre aide en ligne ici
C'est si simple ! Lisez votre ebook avec l'app Vivlio sur votre tablette, mobile ou ordinateur :
Google PlayApp Store
  • FormatePub
  • ISBN8227709493
  • EAN9798227709493
  • Date de parution20/08/2024
  • Protection num.Adobe DRM
  • Infos supplémentairesepub
  • ÉditeurBig Dog Books, LLC

Résumé

In this book, you will learn how to install, configure, and tune MySQL for optimal performance in Linux environments. Important topics like backup strategies, security measures, query optimization, high availability, and replication are covered in each chapter. You will learn to partition and index datasets in a way
In this book, you will learn how to install, configure, and tune MySQL for optimal performance in Linux environments. Important topics like backup strategies, security measures, query optimization, high availability, and replication are covered in each chapter. You will learn to partition and index datasets in a way that improves query performance, and the book provides step-by-step solutions to help them manage big datasets.
With the help of this book, you can convert MySQL into a schema-less database that can manage unstructured data with ease, and it even handles modern data types like JSON. You can build fault-tolerant and scalable database systems including the implementation of multi-source replication, master-slave replication, and master-master replication. Problems like table corruption, excessive CPU and memory usage, deadlocks, and replication lag are addressed in the troubleshooting sections.
Also shown are methods for automating and monitoring database security using Linux tools, cron jobs, and MySQL's performance schema. Whether you're managing enterprise databases or developing backend applications, this book will teach you to improve your database management skills and ensure peak performance for systems that are critical to business. Key LearningsIns and outs of installing, configuring, and optimizing MySQL 8 for high-performance database systems.
Implementing advanced replication setups, including master-master and multi-source. Advantage of partitioning and indexing techniques to manage massive datasets. Use MySQL's relational and NoSQL features in combination to manage schema-less data. Use cron jobs and Linux-native tools to automate backups, recovery, and security audits. Find table corruption, deadlocks, and replication lag and fix them.
Implement strong firewall settings, encryption, and user access control.