How to create database using MySQL

MySQL Workbench database schema

In this MySQL database tutorial, we will learn how to create a database using MySQL. With the help of a database, we can store our data and files in an organized manner and when required we can manage and access those database files easily. There are two methods to create a database in MySQL, the … Read more >>

How to create a new User in MySQL

MySQL Workbench Add User

In this MySQL Database tutorial, we will discuss creating a new User in MySQL. We will learn to add users through MySQL Workbench and MySQL command line client. In MySQL we have a root user through which we access our database but many times while working on any project we need to give access to … Read more >>

Different Datatypes in MySQL

mysql Datatypes

Datatype in MySQL is nothing different than the datatype we study in other languages like Python and Javascript which have datatypes like float, integer, boolean, etc. In this tutorial on MySQL datatypes, we will learn about different datatypes of MySQL like numeric, date and time, string types, spatial types, and JSON data types. Datatypes in MySQL … Read more >>

How to Install MySQL on Windows

MySQL Windows Installation Setup

In this MySQL database tutorial, we will learn how to install MySQL in Windows. MySQL is an open-source Relational Database Management System (RDBMS). It is the most popular and widely used database management system. It has become the go-to choice for millions of developers around the world. Prerequisites to Install MySQL on Windows Before we dive into … Read more >>