Course Outline & Schedule

Call US 408-759-5074 or UK +44 20 7620 0033

FastTrack to MySQL Administration

Course Code MYSDBAFT

Duration 3 Day Course

Price Available on request

Course Description

This FastTrack to MySQL Database Administration course is designed for Database Administrators who already have substantial experience in the administration of another relational database management system such as Oracle or Microsoft SQL Server.

The course provides practical experience in setting up and maintaining a MySQL database server, including backing up, recovery, configuration and tuning.

The FastTrack to 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.

Objectives

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

Perpetual Solutions - Page 1 of 8 Course Outline & Schedule

Call US 408-759-5074 or UK +44 20 7620 0033

Maintaining Tables 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 Setting up a simple replication topology

Target Audience

Database Administrators, Database Developers and Technical Consultants with substantial experience of an alternative relational database management system who now need to administer, monitor and support MySQL or MariaDB and servers.

Additional Information

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 Modules

The Server, Clients and Tools (7 topics)

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

Other Storage Engines (11 topics)

◾ MyISAM Engine ◾ Merge Engine

Perpetual Solutions - Page 2 of 8 Course Outline & Schedule

Call US 408-759-5074 or UK +44 20 7620 0033

◾ Archive Engine ◾ Memory Engine ◾ Blackhole Engine ◾ CSV Engine ◾ The Spider Engine ◾ The ColumnStore Engine ◾ The MyRocks Engine ◾ Mixing Storage Engines ◾ Exercises: Storage Engine Performance

The Inndob Engine (9 topics)

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

MySQL Workbench (4 topics)

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

Obtaining Metadata (6 topics)

◾ 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

MySQL Server Installation and Configuration (9 topics)

◾ MySQL Distributions ◾ Installing on Windows ◾ Installing on and UNIX ◾ Starting and Stopping on Windows ◾ Starting and Stopping on UNIX/Linux

Perpetual Solutions - Page 3 of 8 Course Outline & Schedule

Call US 408-759-5074 or UK +44 20 7620 0033

◾ Status Files ◾ Upgrading the Server ◾ Time Zone Tables ◾ Exercises: Installing, stopping and starting

Configuring the Server (4 topics)

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

SQL Modes, Log Files and Binary Logging (11 topics)

◾ 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

MySQL Architecture (6 topics)

◾ 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

Transactions and Locking (4 topics)

◾ Locking Concepts ◾ Explicit Table Locking ◾ Advisory Locking ◾ Exercises: Locking

Table Maintenance (10 topics)

◾ Table Maintenance Operations

Perpetual Solutions - Page 4 of 8 Course Outline & Schedule

Call US 408-759-5074 or UK +44 20 7620 0033

◾ Check Table ◾ Repair Table ◾ Analyze Table ◾ Optimize Table ◾ MySQL Check ◾ MYISAMCHK ◾ Repairing Innodb Tables ◾ Enabling MYISAM AutoRepair ◾ Exercises: Maintaining Tables

Backup and Recovery (13 topics)

◾ Planning and Implementing a Backup and Recovery Strategy ◾ Defining a Disaster Recovery Plan ◾ Testing a Backup and Recovery Plan ◾ The Advantages and Disadvantages of Different Methods ◾ Binary Backups of MYISAM Tables ◾ Binary Backups of Innodb Tables ◾ Recovery ◾ Import and Export Operations ◾ Exporting Using SQL ◾ Importing Using SQL ◾ Exporting from the Command Line using mysqldump ◾ Importing from the Command Line using mysqlimport ◾ Exercises: Backing up and Recovery

User Management (10 topics)

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

Privileges (7 topics)

◾ Introduction ◾ Types of Privileges ◾ Revoking Privileges ◾ Resource Limits ◾ The MySQL Database

Perpetual Solutions - Page 5 of 8 Course Outline & Schedule

Call US 408-759-5074 or UK +44 20 7620 0033

◾ The Show Grants Command ◾ Exercises: Granting and Revoking Privileges

Security and Upgrading (6 topics)

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

Tuning Queries (6 topics)

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

Tuning and Indexes (8 topics)

◾ 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

Tuning and Tables (5 topics)

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

Tuning the Server (5 topics)

◾ Status Variables ◾ Server Variables ◾ Performance Schema Overview

Perpetual Solutions - Page 6 of 8 Course Outline & Schedule

Call US 408-759-5074 or UK +44 20 7620 0033

◾ The Query Cache ◾ Exercises: Tuning the Server

The Event Scheduler (6 topics)

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

Partitioned Tables (6 topics)

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

Overview of Clustering and Performance (10 topics)

◾ Advantages Performance Advantages of Clustering ◾ Performance Issues and Clustering ◾ The NDBCluster Engine ◾ The Galera Cluster ◾ The Percona XtraDB Cluster ◾ MySQL InnoDB Cluster ◾ The Federated Engine ◾ The FederatedX Engine ◾ Overview of Other High Availability Techniques ◾ NOSQL and Mencached Overview

Overview of Replication (12 topics)

◾ Replication Overview ◾ When To Use Replication ◾ Testing Replication ◾ Monitoring and Troubleshooting Replication ◾ Files and Threads Involved in Replication ◾ Excluding Databases or Tables From Replication ◾ Complex Replication Topologies ◾ Example: Setting Up a Master Slave Replication ◾ Replication Using GTIDs ◾ MySQL Replication Utilities

Perpetual Solutions - Page 7 of 8 Course Outline & Schedule

Call US 408-759-5074 or UK +44 20 7620 0033

◾ Controlled Switchover ◾ Exercises: Setting Up and Testing Replication

Prerequisites

Substantial experience of a relational database management system such as Oracle or Microsoft SQL Server is required. This course is NOT suitable for delegates who only have experience with .

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

Perpetual Solutions - Page 8 of 8