Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn MariaDB From Scratch
Rating: 3.6 out of 5(30 ratings)
154 students

Learn MariaDB From Scratch

Learn how to query MariaDB Databases using HeidiSQL
Last updated 3/2026
English

What you'll learn

  • Install MariaDB
  • Learn How to Use HeidiSQL
  • Create A Table
  • Populate A Table
  • Update A Table
  • Delete Rows

Course content

2 sections14 lectures1h 12m total length
  • Introduction2:53
  • What is MariaDB1:34
  • Download and Install MariaDB7:41
  • What Heidi Can do10:23
  • Database concepts4:57
  • Creating a table on MariaDB7:35
  • Adding Data into Maria's Table5:45
  • Changing Data inside Maria's Table8:17
  • Viewing data inside MariaDB8:20
  • Removing Data From MariaDB5:28
  • Using Aliases5:28
  • Conclusion1:24
  • Thank You0:09

Requirements

  • Download and Install MariaDB ( We'll cover this in this course)

Description

If you are new to databases MariaDB might be a good place to start learning about them. MariaDB is a free and open source relational database management system. By open source it means people can contribute and make it even better.It was developed by some of the original developers that created another famous database management system known as MySQL which has since been acquired by the database giant oracle.

MariaDB is used by some very famous internet juggernauts like Facebook, Google and Wikipedia just to mention a few.It has a lot of similarities with MySQL .

  The current version of MariaDB is 10.1 and it can be installed on several platforms like windows ,Mac os and Linux.

When MariaDB IS installed it also installs HeidiSQL which is a useful administrative tool that you can use to communicate with the MariaDB databases .

Some of the tasks that can be performed using HeidiSQL includes the following:

  • Creating new databases
  • Creating Tables
  • Creating Views
  • Creating stored procedures
  • Creating user accounts and managing access
  • Generating queries
  • Generating reports
  • Providing an editor for queries to be written

In this very basic beginners course you will learn:

  • How to download and install MariaDB on a windows 7 operating system
  • How to create a session and connect to the MariaDB database using HeidiSQL
  • How to use HeidiSQL
  • How to create a Table
  • How to populate a Table
  • How to update a table 
  • How to delete rows

This is a video based course with easy to follow examples.

I look forward to welcoming you on the course.

Thank You

Who this course is for:

  • Anyone new to databases
  • Anyone interested in learning something new
  • Anyone new to MariaDB