Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Complete MySQL Database Administration Course
Role Play
Highest Rated
Rating: 4.7 out of 5(2,021 ratings)
12,942 students

Complete MySQL Database Administration Course

MySQL DBA Training to get your Dream IT Job
Last updated 6/2026
English
English [Auto],Spanish [Auto],

What you'll learn

  • You will be able to apply for SQL developer, Database administrator, Business Analyst, and Business Intelligence job opportunities
  • You will learn 150+ SQL queries
  • Administration of SQL database through Linux Operating System
  • You will manage SQL servers in a corporate environment
  • Troubleshoot everyday SQL database related issues
  • Know how to answer specific business questions by using SQL’s aggregate functions

Course content

12 sections133 lectures28h 2m total length
  • Introduction2:11

    Explore core MySQL database administration skills, including download, install, configure, manage, and troubleshoot MySQL databases, guided by experienced instructors Imran Afzal and Abbas Mahmud.

  • Course overview4:23

    Explore the complete MySQL database administration course, including installation on Linux, lab setup, and hands-on practice with backups, recovery, replication, and user management.

  • Introduction to database3:00

    Explore how a database is an organized, electronically stored collection of data that centralizes information and enables efficient storage, large-volume handling, and easy joining with SQL.

  • What is RDBMS?2:50

    Explore how a relational database uses tables and relations to store and join data, exemplified by employee tables and shared identifiers.

  • What is SQL?3:19

    Explore what sql is, a programming language for communicating with data in relational databases, with english-like syntax. Learn how sql pulls and manipulates data using statements like select from where.

  • Top 5 RDBMS using SQL3:55

    Compare the top five SQL-based relational databases—Oracle, Microsoft SQL Server, MySQL, PostgreSQL, and MariaDB—and understand their roles in transaction processing, analytics, and community support, with a focus on MySQL.

  • Introduction to MySQL Server5:01

    Explore MySQL server features, including an in-memory query accelerator and a fully managed deployment, and learn to install MySQL community 8.0 on CentOS and use Workbench for SQL data manipulation.

  • Editions of MySQL Server2:44

    Explore the four editions of MySQL server—enterprise, standard, community, and classic—and learn why this course uses the community edition for feature access and open-source support.

  • Introduction
  • Understanding Database Foundations for a New MySQL Environment

Requirements

  • Positive attitude and desire to learn
  • Passion to become SQL database administrator
  • A PC or MAC with at least 4-8G of RAM

Description

MySQL Server continues to be one of the world's most popular, FREE and top databases.  Database is a heart of IT which is needed to stored all critical data and information. 


MySQL is a DBMS, or database management system. It is developed, supported and distributed by Oracle, but since it is open-source it is freely available to anyone.  MySQL databases are relational, meaning that the data is split up between tables. MySQL is very fast and lightweight so you can run it alongside your other applications on a desktop or laptop. It can also be scaled up to take advantage of all the CPU power and memory available on a dedicated machine


If you want to become an expert in SQL database administration then this is the course for YOU.

This training course will provide you all the necessary skills you need to be a successful database administrator.


Here is the course outline:

Course Syllabus


Section 1:

  • Introduction to Database

  • RDBMS

  • What is SQL?

  • Top 5 RDBMS

  • Introduction to MySQL Server

  • Different editions of MySQL


Section 2:

  • MySQL Server pre-requisite

  • Lab design

  • What is virtualization?

  • Download and Install VMWare Workstation Player

  • Optional - Download and Install Oracle VirtualBox

  • Create a Virtual Machine

  • Download and Install Linux Server

  • Virtual Machine Management


Section 3:

  • Important things to remember in Linux

  • Linux navigation commands

  • What is root?

  • Directory listing attributes

  • Linux command syntax

  • Creating files and directories and its permissions

  • Changing password

  • Help commands

  • Adding text to files

  • Pipes (|)

  • File maintenance commands

  • File display commands

  • Linux file editor

  • User account management and sudo access

  • Process monitor commands

  • Crontab

  • Linux network files and commands

  • Secure copy (SCP)

  • System updates and repos (rpm and yum).


Section 4:

  • Forks of MySQL and Cloud Computing

  • MySQL installation

  • Download, Install and Configure MySQL

  • Install MySQL Workbench

  • Download and restore sample Sakila DB

  • Quiz


Section 5:

  • What is Data and Database and RDBMS?

  • How is data stored?

  • How is data saved in MySQL (Linux)

  • MySQL Storage engine and Types

  • What is a Table, COLUMN and ROW ?

  • What is a Key?

  • What is Primary Key, Foreign Key, Unique Key etc.

  • What is a Transaction and ACID properties?

  • Database Normalization AND its different forms

  • Create your first Database, Table and Populate table with data

  • Quiz


Section 6:

  • SQL Statement and Types

  • DML Statement with examples

  • DDL Statements with examples

  • DCL Statements with examples

  • TCL Statements with examples

  • Quiz


Section 7:

  • Create TABLE(s) and Temp Table(s)

  • SELECT Statement in detail

  • Operators, Expressions and Conditions

  • WHERE Clause, ORDER BY, HAVING BY, GROUP BY Clause

  • Select from two tables – JOINS and different Types of JOINS

  • What is a Sub Query?

  • INSERT, UPDATE, and DELETE statements

  • Load data from a CSV file to MySQL and vice versa

  • Stored procedure

  • What is view, function, trigger and index

  • Clustered, non-clustered Indexes and Index Design considerations

  • INDEX Cardinality, Table Fragmentation, USE INDEX, FORCE INDEX and LAB

  • Quiz


Section 8:

  • MySQL Architecture Overview

  • MySQL Programs and invocation

  • Specifying Program Options and Option Files

  • How to edit the configuration file (.cnf)

  • Options scope

  • What options are in affect?

  • Quiz


Section 9:

  • MySQL Backups, why we need backup, RTO and RPO

  • Type of Backups in MySQL, offsite storage, encryption and restore testing

  • Binary logs

  • The mysqldump utility

  • Restore of database using mysql and Workbench

  • Table level Backup and Restore

  • Point In Time Recovery in MySQL

  • XtraBackup Utility by Percona, Functionality and Installation

  • Full Backup and Restore using Percona XtraBackup

  • Lab for mysqldump and Backups using MySQL Workbench

  • Incremental Backup and Restore using Percona XtraBackup

  • Schedule backups (cronjobs)

  • Quiz


Section 10:

  • Understanding MySQL Security

  • Root User in MySQL

  • CREATE USER and ALTER USER Statement

  • Create New User (MySQL Workbench)

  • MySQL Privileges , Privileges Control and Some important Privileges in MySQL

  • GRANT Statement , WITH GRANT Option and Granting Privileges to MySQL User

  • GRANT Tables and Checking Privileges

  • REVOKE Statement and Revoking Privileges

  • DROP USER Statement

  • Roles in MySQL

  • Quiz


Section 11:

  • MySQL Server Performance Monitoring Basics

  • The General Query Log

  • The Slow Query Log

  • The Error Log

  • Optimizing configuration for MySQL performance

  • DB Engine Status

  • Query Optimization TIPS, EXPLAIN Statement and Execution Plans

  • Query Optimization Demo

  • Quiz


Section 12:

  • MySQL Replication and its Advantages

  • MySQL Replication Methods

  • Synchronization Types

  • Replication Formats

  • MySQL Replication Setup Demo

  • Quiz



Who this course is for:

  • Anyone who wants to start a career in SQL database administration
  • Anyone who wants to have complete SQL database training to get a job in IT
  • Anyone who wants to advance his/her career
  • Anyone who wants to master the SQL command line skills
  • College students
  • IT professionals, teachers and instructors