MySQL Download, Install, Configure & MySQL Workbench?

MySQL Download? Hello everyone, my name is Vickey Rajpoot and I make content for YouTube and Websites. In this article will guide you guide you on “MySQL” and if there is something you want to comment please feel free to do that.

Info?

This course I have explained here has all the gathered information from this online video course “Complete SQL Mastery (codewithmosh.com)“. If you want to get this course, please visit and purchase it (No Promotion or Affiliate link).

What is SQL?

>>A database is a collection of data stored in a format that can be easily accessed. In order to manage our databases, we use a software application called database management system, or DBMS.

>>We connect to a DBMS and give it instructions for querying or modifying data. The DMBS will execute our instructions and send results back. Now we have several database management systems out there, and these are classified into two categories, relational and non-relational, also called NoSQL.

>>In relational databases, we store data in tables that are linked to each other using relationships. That’s why we call these databases relational databases, each table stores data about a specific type of object, like customer product, order and so on.

>>SQL or SQUEL is the language that we use to work with these relational database management systems. It looks like this. We use SQL to query or modify our data. In this course you’re going to learn everything there is to know about this powerful language.

Now, there are many different relational database management systems, out there, some of the most popular ones are MySQL, SQL Server my Microsoft, and Oracle. But of course, there are plenty.

MySQL Download & Install on Mac?

Step 1: Please find the below link to MySQL Download and install MySQL for Mac. Click Here! MySQL :: Download MySQL Community Server

MySQL Download

Step 2: Once downloaded and install MySQL on Mac then we have to download the UI tools to play with MySQL that is “MySQL Workbench” MySQL :: Download MySQL Workbench

MySQL Download

MySQL Download & Install on Windows?

Step 1: Please find the below link to download and install MySQL for Mac. Click Here! MySQL :: Download MySQL Community Server

MySQL Download

Step 2: Once downloaded and install MySQL on Mac then we have to download the UI tools to play with MySQL that is “MySQL Workbench” MySQL :: Download MySQL Workbench

MySQL Workbench

Creating the Databases?

I’m going to show you how to create the databases for this course. Now to create the databases for this course, download the zip file I’ve attached in this link, we extract the zip file, you’re going to see a bunch of SQL files like this. So, the main one that you’ll be using in this tutorial is create databases SQL.

So, this file contains all the SQL code to create all the databases that we need in this course. Now we also have individual files for creating individual databases, I just added these files in case you need to recreate one of these databases in the future, but for now don’t worry about them.

What Can You Learn?

>>Let me give you a quick overview of how structured this course so you can get the most out of it. Over the first four sections, you’re going to learn all the essential SQL skills to retrieve, insert, update and delete data in any databases. Even though we’ll be using MySQL in these databases, we can transfer these skills to any other database management systems. There might be slight differences in the syntax, but I guarantee that at least 90% of what you will learn will apply to other database management systems.

>>Then you’re going to learn about summarizing data for creating reports, you’re going to learn about writing complex queries using subqueries, and you will also learn about the essential built-in functions in MySQL or working with numbers, dates, and textual data. Now, as you write more queries, you will find yourself writing the same query over and over.

>>Once you’ve mastered these features, you will have a powerful set of MySQL skills. Now, if you want to stand out from the rest of the crowd, you will have to learn about designing databases, so I have dedicated a complete, in-depth section for designing databases. I’m going to walk you through a systematic approach that helps you come up with an optimal design for your own databases.

Other MSBI Posts: TSG Archives » Kingfisher Tech Tips

Vickey Rajpoot
Vickey Rajpoot

Hello there! I'm dedicated Microsoft Data & AI Engineer at LTIMindtree, where I thrive technology into actionable insights. Dive into my world by visiting my YouTube channel & Webiste, "Kingfisher Tech Tips".

Articles: 74

One comment

Leave a Reply

Your email address will not be published. Required fields are marked *