PacktPublishing / -MySQL-8-for-Administrators

MySQL 8 for Administrators, by Packt Publishing
MIT License
11 stars 17 forks source link

MySQL 8 for Administrators [Video]

This is the code repository for MySQL 8 for Administrators [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

MySQL is the world’s most popular open source database. Since the release of MySQL 5.0 in 2003, it is MySQL 8 that comes with a major update.

This course goes over the basics of MySQL administration, through examples on MySQL 8. It also covers the differences between various MySQL versions. It starts off with the basics: Installing MySQL and Creating users. After that, we will get sysbench up and running. Sysbench, responsible for issuing queries against databases, is the de-facto benchmarking tool for MySQL. With that hands-on lab environment at hand, we will learn about various database administration topics like backups, replication, monitoring, point in time recovery, switchovers, user management and version upgrades.

Upon completing this course, you will be able to set up new MySQL databases and perform basic administration tasks using the latest version.

What You Will Learn

  • Install and setup MySQL 8 to explore basic administration tasks.
  • Handle MySQL user management.
  • How to back up and restore MySQL databases
  • How to set up and operate MySQL replication, including moving to GTID based replication
  • How to perform a point in time recovery
  • How to set up monitoring for MySQL databases
  • How to perform switchovers (promote a slave to master database)
  • How to handle MySQL version upgrades.

Instructions and Navigation

Assumed Knowledge

To fully benefit from the coverage included in this course, you will need:
To fully benefit from the coverage included in this course, you will need: ● Be comfortable using Linux operating system from the command line. ● Know SQL basics (the course won’t cover what a SELECT is

Technical Requirements

This course has the following software requirements:
This course has the following software requirements: ● Vagrant ● VirtualBox 5.2.10

Related Products