Complete MySQL DBA Training on Linux
- Description
- Curriculum
- FAQ
- Reviews
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
-
9Welcome to the lab design and setupVideo lesson
-
10Lab Setup Pre-requisiteVideo lesson
-
11Lab designVideo lesson
-
12What is Virtualization?Video lesson
-
13Download and Install VMWare Workstation PlayerVideo lesson
-
14Optional - Download and Install Oracle VirtualboxVideo lesson
-
15Create a Virtual MachineVideo lesson
-
16Download and Install Linux server (CentOS8)Video lesson
-
17Download and Install Linux Server (CentOS9 Stream)Video lesson
-
18Virtual machine managementVideo lesson
-
19Welcome to Linux basic administrationVideo lesson
-
20Important Things to Remember in LinuxVideo lesson
-
21Linux navigation commands (cd, pwd and ls)Video lesson
-
22What is root?Video lesson
-
23Directory Listing AttributesVideo lesson
-
24Linux Command SyntaxVideo lesson
-
25Creating Files and Directories (touch, cp, vi, mkdir)Video lesson
-
26Changing PasswordVideo lesson
-
27Files and Directory Permissions (chmod)Video lesson
-
28Help CommandsVideo lesson
-
29Adding Text to FilesVideo lesson
-
30Pipes ( | )Video lesson
-
31File Maintenance Commands (cp, rm, mv, mkdir, rmdir)Video lesson
-
32File Display Commands (cat, less, more, head, tail)Video lesson
-
33Linux File Editor (vi)Video lesson
-
34User Account Management (useradd, groupadd, usermod, userdel, groupdel)Video lesson
-
35Switch Users and Sudo Access (su, sudo)Video lesson
-
36Process monitor commands (ps and top)Video lesson
-
37crontab commandVideo lesson
-
38Linux network files and commandsVideo lesson
-
39SCP - Secure Copy ProtocolVideo lesson
-
40System Updates and Repos (rpm, yum)Video lesson
-
41Weclome To Download, Install and Configure MySQL SectionVideo lesson
-
42Brief History, Forks of MySQL and Cloud ComputingVideo lesson
-
43MySQL installation steps (prereq, distribution, versions etc)Video lesson
-
44Download, Install and Configure MySQL (CentOS8)Video lesson
-
45Download, Install and Configure MySQL (CentOS9 Stream)Video lesson
-
46Install MySQL Workbench (CentOS8)Video lesson
-
47Install MySQL Workbench (CentOS 9 Stream)Video lesson
-
48Download and restore sample Sakila DBVideo lesson
-
49Quiz (Download, Install and Configure MySQL)Quiz
-
50Welcome To Database Fundamentals and Design SectionVideo lesson
-
51What is Data?Video lesson
-
52What is Database?Video lesson
-
53What is Relational Database and Relational Database Management System (RDBMS) ?Video lesson
-
54How is data stored ?Video lesson
-
55How is Data Saved in MySQL (linux)Video lesson
-
56MySQL Storage engine and TypesVideo lesson
-
57What is a Table, COLUMN and ROW ?Video lesson
-
58What is a Key?Video lesson
-
59What is Primary Key , Foreign Key, Unique Key etc ?Video lesson
-
60What is a Transaction and ACID properties?Video lesson
-
61Database Normalization AND Different forms of Database NormalizationVideo lesson
-
62Create your first Database, Table and Populate table with dataVideo lesson
-
63Quiz (Database Fundamentals and Design)Quiz
-
64Welcome to Basic SQL Commands SectionVideo lesson
-
65SQL Statement and TypesVideo lesson
-
66DML Statement with examplesVideo lesson
-
67DDL Statements with examplesVideo lesson
-
68DCL Statement with examplesVideo lesson
-
69TCL Statement with examplesVideo lesson
-
70Quiz (Introduction to SQL Commands)Quiz
-
71Welcome to Query and Data Manipulation SectionsVideo lesson
-
72Create TABLE(s) and Temp Table(s)Video lesson
-
73SELECT Statement in detailVideo lesson
-
74Operators, Expressions and ConditionsVideo lesson
-
75WHERE Clause, ORDER BY Clause , HAVING By Clause, GROUP BY ClauseVideo lesson
-
76Select from two tables - JOINSVideo lesson
-
77Different Types of JOINSVideo lesson
-
78What is a Sub Query?Video lesson
-
79INSERT Statement in detailVideo lesson
-
80Load Data from a CSV file to MySQLVideo lesson
-
81Export data from MySQL to a CSVVideo lesson
-
82UPDATE Statement in detailVideo lesson
-
83DELETE Statement in detailVideo lesson
-
84What is a Stored ProcedureVideo lesson
-
85What Is a View?Video lesson
-
86What is a Function?Video lesson
-
87What is a Trigger?Video lesson
-
88What is an INDEX?Video lesson
-
89Clustered ,NonClustered Indexes and Index Design considerationsVideo lesson
-
90INDEX Cardinality, Table Fragmentation, USE INDEX, FORCE INDEX and LABVideo lesson
-
91Quiz (Query and Data Manipulation)Quiz
External Links May Contain Affiliate Links read more