MySQL Database Admin -DBA for Beginners
- Description
- Curriculum
- FAQ
- Reviews
The MySQL is the world’s most popular open source database.
This course will teach you a lot to start using this incredibly popular MySQL database and gain useful skills in the process. In learning about MySQL you will also gain an understanding of relational databases in general. Furthermore, you will harness that power by learning SQL and using it to build databases, populate them with data and query that data through extensive hands-on practices.
You will learn how to use the MySQL Workbench which is a very powerful administrative tool that contains a lot of useful features that will enable you perform various administrative tasks on MySQL Server installations.
What You will learn includes:
-
Installation and configuration of MySQL Server
-
Creating Databases
-
Creating Tables
-
Creating Views
-
Creating Stored Procedures
-
Using subqueries
-
Managing users and proviledges
-
Performing backups and restore
-
Checking client connections
-
Checking Server Status
-
Perform table joins
-
Explore and use MySQL Workbench
-
Use MySQL Command line client
-
Execute Common MySQL Commands
-
Query databases
-
Update databases
-
Delete records
-
Perform aggregate functions
-
Using SQL Editors
SQL is the language used to interact with databases like MySQL and others
SQL is a standard language for accessing and manipulating databases.
What is SQL?
SQL stands for Structured Query Language
SQL lets you access and manipulate databases
SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standardization (ISO) in 1987
What Can SQL do?
SQL can execute queries against a database
SQL can retrieve data from a database
SQL can insert records in a database
SQL can update records in a database
SQL can delete records from a database
SQL can create new databases
SQL can create new tables in a database
SQL can create stored procedures in a database
SQL can create views in a database
SQL can set permissions on tables, procedures, and views
SQL is a Standard – BUT….
Although SQL is an ANSI/ISO standard, there are different versions of the SQL language.
-
1IntroductionVideo lesson
-
2What is SQLVideo lesson
-
3What is MySQLVideo lesson
-
4MySQL Download and Installation (Windows)Video lesson
-
5What is MySQL WorkbenchVideo lesson
-
6MySQL Installation (Mac)Video lesson
-
7Installing MySQL Workbench (Mac)Video lesson
-
8Basic Database ConceptsVideo lesson
-
9What is a SchemaVideo lesson
-
10Database SchemaVideo lesson
-
11MySQL Data TypesVideo lesson
-
12User Accessibility OptionsVideo lesson
-
13Preferences OptionsVideo lesson
-
14General Editor PreferencesVideo lesson
-
15SQL Editor PreferencesVideo lesson
-
16Administration PreferencesVideo lesson
-
17Modelling PreferencesVideo lesson
-
18Fonts and ColorsVideo lesson
-
19SSH PreferencesVideo lesson
-
20Other PreferencesVideo lesson
-
21MySQL Workbench Home ScreenVideo lesson
-
26Creating a new MySQL ConnectionVideo lesson
-
27Managing Server ConnectionsVideo lesson
-
28Client ConnectionsVideo lesson
-
29Checking Server StatusVideo lesson
-
30Administration of users and PriviledgesVideo lesson
-
31Checking Performance DashboardVideo lesson
-
32Using MySQL UtilitiesVideo lesson
-
33Using Object BrowserVideo lesson
-
34Showing existing databasesVideo lesson
-
35Showing list of tablesVideo lesson
-
36Create a DatabaseVideo lesson
-
37Create a TableVideo lesson
-
38Using basic SQL CommandsVideo lesson
-
39Displaying table structureVideo lesson
-
40Changing Table StructureVideo lesson
-
41MySQL Naming ConventionVideo lesson
-
42Creating a MySQL DatabaseVideo lesson
-
43Using IF NOT EXIST DROPVideo lesson
-
44Creating a Table in MySQLVideo lesson
-
45Setting up default databaseVideo lesson
-
46Using MySQL CommentsVideo lesson
-
47Primary keysVideo lesson
-
48Foreign keysVideo lesson
-
59Introduction to MySQL Backup and RecoveryVideo lesson
-
60Backup and Recovery TypesVideo lesson
-
61Setting up backup directory with mysqldumpVideo lesson
-
62Export data from MySQL DatabaseVideo lesson
-
63Export result set of a queryVideo lesson
-
64Backing up databases with mysqldumpVideo lesson
-
65Restore database from backupVideo lesson
-
66Backing up a single tableVideo lesson
-
67Restoring table from backupVideo lesson

External Links May Contain Affiliate Links read more