You are currently viewing How To Install MySQL

How To Install MySQL

How To Install MySQL

Hello Everyone

Welcome to CloudAffaire and this is Debjeet.

In this blog post, we will discuss how to install MySQL in different operating systems on Cloud platforms like AWS, GCP, or Azure. MySQL installation process changes based on OS and not Cloud service providers. Hence the installation process given for one Cloud service provider for a particular OS will also work in other cloud service providers.

What Is MySQL:

MySQL is an open-source relational database management system (RDBMS), a relational database organizes data into one or more data tables in which data types may be related to each other; these relations help structure the data. MySQL is free and open-source software under the terms of the GNU General Public License and is also available under a variety of proprietary licenses.

How To Install MySQL On AWS EC2 Instance With RHEL or CentOS or Oracle Linux Version 7 AMI:

Step 1: Create an EC2 instance with any RHEL 7 based AMI.

Step 2: Connect to your EC2 instance and update the OS packages.

Step 3: Install MySQL On AWS EC2 Instance.

How To Install MySQL On Google Compute Engine VM Instance With Ubuntu 18 Image:

Step 1: Create a Google Compute Engine VM instance with Ubuntu 18 Image.

Step 2: Connect to your Compute Engine VM instance.

Step 3: Install MySQL On Google Compute Engine VM Instance.

How To Install MySQL On Azure VM Instance With Windows Server 2019 Image.

Step 1: Create An Azure VM Instance With Windows Server 2019 Image.

Step 2: Log in to your Azure VM Instance And Download MySQL Version 8 using below link.

https://dev.mysql.com/downloads/file/?id=499590

Step 3: Double click on the downloaded installer package and click “Run”.

Step 4: Follow the installation wizard (Select Type as full and set the root user password) and complete the installation.

Step 5: Once the installation is completed, start MySQL shell or workbench and connect to the MySQL server.

How To Install MySQL On Alibaba Cloud ECS Instance With Debian Image:

Step 1: Create an Alibaba Cloud EC2 instance with Debian 10 Image.

Step 2: Connect to your ECS instance.

Step 3: Install MySQL On Alibaba Cloud ECS Instance.

How To Install MySQL On SUSE Linux

Hope you have enjoyed this blog post. Please refer to MySQL documentation for more detail.

https://dev.mysql.com/doc/refman/8.0/en/installing.html

 

Leave a Reply