Skip to content

MySQL Database Administration


TSG Training Limited

Summary

Price
£1,674 inc VAT
Study method
Classroom
Duration
Full-time
Qualification
No formal qualification
Additional info
  • Tutor is available to students

Location & dates

Location
Address
6 Long Ln,
Long Lane
City Of London
London
EC1A9HF
United Kingdom

Overview

Please be aware that before enquiring, course venue may be subject to change. This course is open to corporate bookings and individuals who are self-funding.

About the course

This MySQL Database Administration course is designed for MySQL Database Administrators who have a basic understanding of a MySQL database and a good working knowledge of SQL commands.

The course provides an understanding of MySQL Architecture and practical experience in setting up, configuring and maintaining a MySQL server, backing up and recovering data and optimising query performance. This MySQL Database Administration course also covers MySQL replication and its role in high availability and scalability.

The delegate will learn and acquire skills as follows:
• Using Client Programs for MySQL DBA work
• Using MySQL Workbench
• Obtaining metadata
• Configuring the MySQL Server
• Install and configure the MySQL Server and client programs
• Administering and tuning a server
• Upgrading a Running Server
• Setting up Character Set Support
• Configuring log files and using them to monitor database activity
• Interpreting error messages
• Locking and transactions
• Using different storage engines
• Table Maintenance
• Implementing a backup strategy
• Performing physical and logical backups of data
• Administering Users and Privileges
• Securing the Server from common security threats
• Identify and Optimise poorly tuned queries
• Tuning Tables and Indexes
• Using the Event Scheduler
• Creating Partitioned Tables
• Replication
• Configure simple and complex replication topologies
• Administer a replication topology

Who will the Course Benefit?

Database Administrators, Database Developers and Technical Consultants who need to setup, administer, monitor and support MySQL databases and servers.

Course Objectives

At the end of the MySQL Database Administration course, delegates will have the knowledge to use all the features available to administer, monitor and support MySQL 5.6 and 5.7 databases and servers.

Exam

The MySQL Database Administration course will teach the major topics required for the delegate to work towards achieving the Oracle Certified Professional MySQL 5.6 Database Administrator Exam (1Z0-883).

Before taking any exam, ensure you have the recommended experience. The Oracle website lists all exam requirements and these are updated regularly.
Exams are not included as part of the course.

Description

Requirements

A working knowledge of MySQL is required. Delegates should have knowledge of relational database concepts; have knowledge of MySQL data types; be able run Queries using SQL; join tables and run basic DDL and DML statements. This can be gained by attendance on the Introduction to MySQL course.

This course is run on a Linux operating system, a basic knowledge of UNIX/Linux is recommended but is not essential.

Note:

Delegates who are also considering attending the 3 Day FastTrack to MySQL Database Administration should note that fewer topics are covered on this course and it is delivered at a much faster pace due to the delegates already having substantial experience of administering other databases.

Pre-Requisite Courses

• Introduction to MySQL

Follow-On Courses

• MySQL Performance & Tuning
• MySQL for Developers
• Perl Programming
• Apache Web Server
• PHP Programming & MySQL for Web Development

Notes:

• Course technical content is subject to change without notice.
• Course content is structured as sessions, this does not strictly map to course timings. Concepts, content and practicals often span sessions.

Course Contents - DAY 1

Course Introduction

• Administration and Course Materials
• Course Structure and Agenda
• Delegate and Trainer Introductions

Session 1: THE SERVER, CLIENTS AND TOOLS

• Introduction
• The versions of MySQL and MariaDB
• An Overview of MySQL Architecture
• MySQL Server
• MySQL Tools
• MySQL Admin
• Exercises: Using Client Programs

Session 2: MYSQL WORKBENCH

• Installation
• Connecting
• Screens
• Exercises: Using MySQL Workbench

Session 3: OBTAINING METADATA

• What is Metadata?
• The mysqlshow Client Program
• The SHOW and DESCRIBE Commands
• The Information_Schema
• Show Command and Information_Schema Differences
• Exercises: Obtaining Information about MySQL

Session 4: MYSQL SERVER INSTALLATION AND CONFIGURATION

• MySQL Distributions
• Installing on Windows
• Installing on Linux and UNIX
• Starting and Stopping on Windows
• Starting and Stopping on UNIX/Linux
• Status Files
• Upgrading the Server
• Time Zone Tables
• Exercises: Installing, stopping and starting

Session 5: CONFIGURING THE SERVER

• MySQL Server Options and Variables
• MySQL Status Variables
• Configuring MySQL Enterprise Audit
• Exercises: Configuring the Server

Session 6: SQL MODES, LOG FILES AND BINARY LOGGING

• MySQL Error Messages
• The SHOW Errors Statement
• The SHOW Warnings Statement
• SQL Modes
• Note Messages
• The PERROR Utility
• The General Log
• The Error Log
• The Slow Query Log
• The Binary Logs
• Exercises: Interpreting Errors and Configuring the Logs

Course Contents - DAY 2

Session 7: MYSQL ARCHITECTURE

• Client/Server Overview
• Communication Protocols
• The SQL Parser and Storage Engine Tiers
• How MySQL Uses Disk Space
• How MYSQL Uses Memory
• Exercises: Examining the Architecture

Session 8: TRANSACTIONS AND LOCKING

• Locking Concepts
• Explicit Table Locking
• Advisory Locking
• Exercises: Locking

Session 9: THE INNODB STORAGE ENGINE

• Introduction
• Features of Innodb
• Transactions
• Referential Integrity
• Physical Characteristics of Innodb Tables
• System Tablespace Configuration
• Log File and Buffer Configuration
• Innodb Status
• Exercises: Using the InnoDB Engine

Session 10: OTHER STORAGE ENGINES

• Introduction
• The MYISAM Engine
• The Merge Engine
• Other Engines: Archive, Aria, Memory, Blackhole, CSV
• Cluster Engine Overview
• Overview of the ColumnStore, MyRocks and Spider Engines
• Exercises: Using Storage Engines

Session 11: TABLE MAINTENANCE

• Table Maintenance Operations
• Check Table
• Repair Table
• Analyze Table
• Optimize Table
• MySQL Check
• MyISAM Table Maintenance and Repair Utilitiesli>
• Exercises: Maintaining Tables

Course Contents - DAY 3

Session 12: BACKUP AND RECOVERY

• Designing a Backup and Recovery Strategy
• The Advantages and Disadvantages of Different Backup Methods
• Binary Backups of MYISAM Tables
• Binary Backups of Innodb Tables
• Recovery
• Import and Export Operations
• Exporting and Importing using SQL
• Exporting from the Command Line using mysqldump
• Importing from the Command Line using mysqlimport
• Additional Backup Tools
• Exercises: Backing Up and Recovery

Session 13: USER MANAGEMENT

• Introduction
• User Accounts
• Creating Users
• Renaming Users
• Changing Passwords
• Dropping Users
• Granting Privileges
• The User Table
• Connection Validation
• Exercises: Creating, Managing and Dropping Users

Session 14: PRIVILEGES

• Introduction
• Types of Privileges
• Revoking Privileges
• Resource Limits
• The MySQL Database
• The Show Grants Command
• Exercises: Granting and Revoking Privileges

Session 15: SECURITY AND UPGRADES

• Signs of Poor Security
• Security Risks
• Users, Operating System, File System and Network Security
• Using SSL With MySQL
• Remote Connecting to the MySQL Server Using SSH
• Exercises: Securing the Server

Course Contents - DAY 4

Session 16: TUNING QUERIES

• Tuning Overview
• Identifying Candidates for Query Analysis
• Using Explain to Analyze Queries
• Meaning of Explain Output
• Explain Extended
• Exercises: Explaining and Tuning Queries

Session 17: TUNING AND INDEXES

• Indexes for Performance
• Creating and Dropping Indexes
• Obtaining Index Metadata
• Indexing Principles
• Indexing and Joins
• Fulltext Indexes
• MyISAM Index Caching
• Exercises: Creating and Using Indexes

Session 18: TUNING AND TABLES

• General Table Optimizations
• Myisam Specific Optimizations
• Innodb Specific Optimizations
• Other Engine Specific Optimizations
• Exercises: Tuning Tables

Session 19: TUNING THE SERVER

• Status Variables
• Server Variables
• Performance Schema Overview
• The Query Cache
• Exercises: Tuning the Server

Session 20: THE EVENT SCHEDULER

• Event scheduler concepts
• Event scheduler configuration
• Creating, altering and dropping events
• Event scheduler monitoring
• Events and privileges
• Exercises: Using the event scheduler

Session 21: PARTITIONED TABLES

• Partitioned tables concepts
• Obtaining Partitioned Table Metadata
• Types of Partitioning
• Subpartitioning
• Maintenance of partitioned tables
• Exercises: Using partitioned tables

Course Contents - DAY 5

Session 22: OVERVIEW OF CLUSTER STORAGE ENGINES

• Overview of Clustering and Performance
• NDBCluster Engine Overview
• The Galera Cluster
• The Percona XtraDB Cluster
• MySQL InnoDB Cluster
• The Federated Engine
• The FederatedX Engine
• Overview of Other High Availability Techniques
• NOSQL and MemCached Overview
• Features of Memcached with MySQL

Session 23: OVERVIEW OF HIGH AVAILABILITY

• High Availability Goals
• High Availability Concepts
• Design for High Availability
• Definition of Availability
• High Availability Terminology

Session 24: CONFIGURE MASTER SLAVE REPLICATION

• Replication Overview
• When to Use Replication
• Testing Replication
• Excluding Databases or Tables from Replication
• Example: Setting Up a Master Slave Replication
• Replication Using GTIDs
• Controlled Switchover
• Exercises: Setting Up and Testing Replication and Switchover

Session 25: ADMINISTER A REPLICATION TOPOLOGY

• Failover
• MySQL Replication and Failover Utilities
• Replication Files and Threads
• Monitoring Replication
• Troubleshooting Replication
• Exercises: Failover from Master to Slave

Session 26: GROUP REPLICATION

• Overview of Group Replication
• Single Primary Mode
• Multi-primary Mode
• Configure Group Replication
• Monitor Group Replication

Questions and answers

Reviews

Currently there are no reviews for this course. Be the first to leave a review.

FAQs

Study method describes the format in which the course will be delivered. At Reed Courses, courses are delivered in a number of ways, including online courses, where the course content can be accessed online remotely, and classroom courses, where courses are delivered in person at a classroom venue.

CPD stands for Continuing Professional Development. If you work in certain professions or for certain companies, your employer may require you to complete a number of CPD hours or points, per year. You can find a range of CPD courses on Reed Courses, many of which can be completed online.

A regulated qualification is delivered by a learning institution which is regulated by a government body. In England, the government body which regulates courses is Ofqual. Ofqual regulated qualifications sit on the Regulated Qualifications Framework (RQF), which can help students understand how different qualifications in different fields compare to each other. The framework also helps students to understand what qualifications they need to progress towards a higher learning goal, such as a university degree or equivalent higher education award.

An endorsed course is a skills based course which has been checked over and approved by an independent awarding body. Endorsed courses are not regulated so do not result in a qualification - however, the student can usually purchase a certificate showing the awarding body's logo if they wish. Certain awarding bodies - such as Quality Licence Scheme and TQUK - have developed endorsement schemes as a way to help students select the best skills based courses for them.