

On Type and Networking screen, we can configure the following: We are going to perform a standalone installation of MySQL Server hence choose “ Standalone MySQL Server / Classic MySQL Replication”. I will explain more about it in my future series of articles. InnoDB cluster is the High availability solution of MySQL. On the High availability screen, we can choose to install the InnoDB cluster or Standalone MySQL Server. First, let us configure the MySQL Server. On the Product configuration screen, you can see the list of the products that need to be configured. Once the installation process completes, we are ready to configure the MySQL database server and other components. After that, it installs all the products.

The installer downloads all the products/software. On the Installation screen, you can see the list of the MySQL products/software that are going to be installed on my workstation. We can continue our installation without installing the visual studio and python. Click on Next.Īn installer gives us a warning. Similarly, to install Python connector, we must install python on the work station. As you can see, to install the MySQL database server for visual studio, we must install visual studio 2015 or above. It shows the name of the product, required component/software, and its status. If any software prerequisites are missing, then you can see the details of failing requirements on the “Check Requirements” screen. We are going to install MySQL Server with all components hence, choose “ Full” and click on Next.īefore installation begins, the installer checks all the prerequisites that are required to install all the components of the MySQL database server.


MySQL is open-source, cross-platform relational database management server developed by Swedish company “MySQL AB” and later acquired by Oracle corporation. In this article, I am going to explain the step by step installation process of MySQL database server 8.0.19.
