banner



How To Install Mysql Client In Windows

In this article, I am going to explain the pace by step installation process of MySQL database server 8.0.19. MySQL is open-source, cross-platform relational database direction server adult past Swedish company "MySQL AB" and after acquired by Oracle corporation. MySQL is offered as an open up-source MySQL community server edition and enterprise server edition. In this article, I am going to install the MySQL Community server edition.

Download and install MySQL database server

Y'all tin download the MySQL community server from this location. One time the installer has been downloaded, double-click the setup file to beginning the installation procedure. On the Choosing a Setup Blazon page, you can see four installation options.

  1. Programmer default: If you want to create a evolution automobile, you tin use this option. It installs the components which are required for application development, e.g., MySQL Server, MySQL Shell, MySQL connectors, MySQL
  2. Server Only: If you want to create a standalone database server with specific components, you tin utilise this choice
  3. Full: If you want to install MySQL Server with its all components, then you can utilise this selection
  4. Custom: If your requirements are limited to the few components, you can use this option

We are going to install MySQL Server with all components; hence, choose "Full" and click on Next.

Choose the setup type for MySQL Database server

Before installation begins, the installer checks all the prerequisites that are required to install all the components of the MySQL database server. If whatsoever software prerequisites are missing, and then y'all can see the details of failing requirements on the "Check Requirements" screen. It shows the name of the product, required component/software, and its status. As you can see, to install the MySQL database server for visual studio, nosotros must install visual studio 2022 or in a higher place. Similarly, to install Python connector, we must install python on the work station. Click on Side by side.

Check requirement to install the MySQL Database server

An installer gives us a alert. We can continue our installation without installing the visual studio and python. Click on Yes.

Product requirements are not satisfied.

On the Installation screen, yous can see the list of the MySQL products/software that are going to be installed on my workstation. Review the list and click on Execute.

Product list

The installer downloads all the products/software. After that, it installs all the products.

Downloading MySQL Database server and its components

Look for a few mins. Once the installation procedure completes, we are prepare to configure the MySQL database server and other components. Click on Next.

Download completed

On the Production configuration screen, you lot tin see the list of the products that need to be configured. Kickoff, let us configure the MySQL Server. Click on Next.

Configure MySQL Database server

On the Loftier availability screen, we can choose to install the InnoDB cluster or Standalone MySQL Server. InnoDB cluster is the High availability solution of MySQL. Information technology uses group replication. I will explicate more almost information technology in my future series of articles. We are going to perform a standalone installation of MySQL Server hence choose "Standalone MySQL Server / Classic MySQL Replication".

Choose High availability option

On Blazon and Networking screen, we can configure the post-obit:

The type of MySQL configuration.

The blazon of MySQL configuration is a predefined set of configuration parameter that determines how much resources should be allocated to the MySQL Services. You have 3 configuration options:

  1. Development Computer: This configuration uses a minimal amount of the resources to MySQL Service
  2. Server Calculator: This configuration uses a minimal amount of resources. This option is suitable when we are installing database servers and web servers on the same auto. The configuration allocates an average amount of resources to MySQL Service
  3. Dedicated Computer: This option is used when nosotros accept created a defended MySQL Server. The configuration allocates a high amount of resource to MySQL Service

Nosotros would configure the server with minimal resources hence select "Development figurer" from the Config Type drop-downward box.

Choose Database Server type

Network Connectivity

In this section, we tin control how clients can connect to MySQL databases. Nosotros can utilise TCP/IP protocol or Named Pipage or Shared Memory. If you want to configure Named Piping / Shared Memory, we must provide the Pipage Name and Memory Name. Y'all can also specify the default port to connect to the database server. You tin also cull to permit the port number specified in Port textbox in the firewall. Run into the following epitome:

Configure Network

In MySQL 8.0 version, nosotros can use SHA256 based strong passwords. On the Authentication Method screen, choose the option to use the Legacy authentication method or Strong password for authentication. Annotation: If you lot are using Strong Password Encryption for Authentication, so brand sure that all the connectors must exist updated to the latest version. We are going to use Strong countersign Encryption for Authentication.

Enable Strong password encryption

On Accounts and Roles screen, you can specify the MySQL root account countersign. MySQL Root account is a default sysadmin account, and it must be disabled.

Specify root password and create a MySQL User account

You can also create other users to do that click on Add user. On MySQL User account dialog box, provide a username, hostname, Function of the User, type of authentication, and password. Once the user is created, click on Next. See the following image:

Add new user

On the Windows Service screen, yous can configure the MySQL server to run as a windows service. You can provide the desired proper noun and configure it to auto-commencement the service when the organization reboots. Moreover, you can provide the credentials under which the MySQL Service volition run. Y'all can choose the standard organisation account or provide a specific user. See the following image:

Configure MySQL Database server as a windows service

On the Apply Configuration screen, you lot can see the listing of confirmation steps. In one case all the configuration settings are verified, click on Execute.

Apply configuration

The MySQL installation process starts. Y'all can view the installation procedure in the "Log" tab. One time installation completes successfully, click on "Finish" to close the installer.

MySQL Database server is configured

Install the sample database

If you have chosen to install all the components of MySQL Server (Full Setup Type), MySQL installer moves to Sample and Example screen. On this screen, provide username and countersign of the user that has root/sysadmin privileges and click on Check. If the connection establishes successfully, click on next. See the post-obit image:

Connect the server to install sample database

On the Apply Configuration Screen, click on Execute to start the installation of the Sample database. See the post-obit:

Installing Sample database

Once the sample database has been installed, click on the Finish button.

Sample database has been installed

The installer continues to the Production Configuration screen. On this screen, you tin can see that the installation of the MySQL Server viii.0.nineteen and Sample and Example 8.0.19 has been completed successfully. Run across the following image:

Examples and sample database has been installed

Once the installation completes, you tin can copy the installation logs on the clipboard to review it afterwards. Moreover, if y'all desire to showtime exploring MySQL direct away, then you can select "Showtime MySQL workbench after Setup" and "Get-go MySQL Vanquish subsequently Setup" and click on Finish. Come across the following image:

Finish the Community installer

Connect to MySQL Server

Once the installation completes, let us connect to the server and execute the start MySQL Query. Open MySQL workbench. Only like SQL Server management studio, MySQL workbench is the development tool which is used to querying the database and create database objects.

On MySQL workbench welcome screen, yous can see the list of MySQL connections. We take not configured multiple connections; hence yous can meet "Local instance MySQL80." Click on it to open the new query editor window.

Welcome screen of MySQL Workbench

When you click on the connection, you must enter the credentials to connect the database server. Enter the password and click on OK.

Login to MySQL Workbench

First, let'south create a simple database on MySQL Server. Write the following query in the query editor window and click on execute. Run across the following image:

Query editor window

Once the query executes successfully, y'all tin see the new database in the "SCHEMAS" pan. See the following prototype:

Database has been created

Summary

In this article, we learned the step past step installation process of the MySQL Database server 8.0.xix on Windows 10. If you have whatever questions, feel free to ask in the comments section below.

  • Writer
  • Contempo Posts

Nisarg Upadhyay

Source: https://www.sqlshack.com/how-to-install-mysql-database-server-8-0-19-on-windows-10/

Posted by: rodriguezwitarsted.blogspot.com

0 Response to "How To Install Mysql Client In Windows"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel