MySQL Installer Community 5.7.16 installation detailed tutorial

MySQL Installer Community 5.7.16 installation detailed tutorial

This article records the detailed tutorial of MySQL installation and shares it with everyone.

1. Version selection

I installed Mysql before, but it seems a bit late to summarize it now. The background system has been changed. Now I reinstall Mysql and feel there are many pitfalls. I am here to step on the pits. Don't jump into the pits when you see them. This can save some installation time. I spent two days tossing and installing many versions. Finally, I installed it and finally chose the latest version mysql-installer-community-5.7.16.0.

I downloaded it from other software websites before, but I think it is more reliable to download it from the official website.

Go to the MySql official website and enter the download interface. When you see this, select "MySQL Installer 5.7.16", not "MySQL Installer 8.0.0 dmr", and choose the version that is "Windows (x86, 32-bit), MSI Installer" 385.2M.

2. Download

3. Normal installation

Create this folder and put the installation path in this file. (English name folder)

4. Installation process (pitfalls)

(I) The free installation compressed package version , error, solve one, another error, solve one, another, finally changed to the installation version

1. I have installed the free version before, but it always fails. System Error 1067

2. Unable to start the local MySQL Service, the following figure pops up

A window pops up, System Error 2: The system cannot find the specified file.

Solution:

In Windows+R, enter regedit, enter the registry, change the ImagePath path, and put the folder path you unzipped in the path.

3. When I start the MySQL service again, this error pops up, Error 5: Access denied.

(II) Installed version of MySQL

I chose MSI, not ZIP Archive.

five. The actual successful installation process (mysql-installer-community-5.7.16.0)

1. Start -> Double-click, the following picture appears

2. Next, as shown below

3. You can select the installation path and database path.

Click Yes

Click execute

Click install

After a while, this pops up

Continue installation

next

execute

Wait for a while for the installation time

4. Then go to the Installation step, which is the installation step. The components you selected in the previous step will be installed here. As shown in the figure, click Execute, and after all the installations are completed, click Next.

5. Next is the product configuration, that is, database configuration Product Configuration, continue to the next step

6. There are two things to pay attention to when configuring the database. One is Config Type. Developers can choose Development Machine as shown in the figure, and the server can also choose it. Next is the port number. MySQL generally uses 3306 as the port. Of course, you can modify your own port as long as it does not conflict with other applications.

7. Next, set the database password. Repeat it once. This password is the password of the root user, the super administrator.

You can add a mysql user account

8. Continue to the next step, which is the service name. The default is MySQL56. This service name is the name in the cmd command or in the service. Just use the default. In the future, you can start and stop the MySQL service by using net start mysql56 and net stop mysql56 in cmd.

You can modify the name of the mysql server under windows

If you want your database to be available as a remote database to the server, uncheck this.

Then I'll come back to this place

Connecting to the database

Then the following figure appears

After running the above content, the following will appear:

13. Finally, install the application configuration. After completing the configuration, mysql is installed.

6. This appears when the installation is successful. In fact, this installation includes the workbench part of MySQL's visualization tool.

Create a new database connection

The database test was successful.

Then click ok, that's it.

Then you can see the newly created database.

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • mysql installer community 8.0.16.0 installation and configuration graphic tutorial
  • mysql installer web community 5.7.21.0.msi installation graphic tutorial
  • mysql installer community 8.0.12.0 installation graphic tutorial
  • Solution to MySQL Installer is running in Community mode
  • MySQL Community Server 8.0.11 installation and configuration method graphic tutorial
  • Installation of mysql-community-server. 5.7.18-1.el6 under centos 6.5
  • Unity connects to MySQL and reads table data implementation code

<<:  How to delete an image in Docker

>>:  How to write a Node.JS version of a game

Recommend

A brief discussion on Vue3 father-son value transfer

Table of contents From father to son: 1. In the s...

MySQL series: redo log, undo log and binlog detailed explanation

Implementation of transactions The redo log ensur...

Summary of several replication methods for MySQL master-slave replication

Asynchronous replication MySQL replication is asy...

Why the CSS attribute value clear:right does not work in detail

Using the clear property to clear floats is a comm...

How to find the my.ini configuration file in MySQL 5.6 under Windows

Make a note so you can come back and check it lat...

Interpretation of CocosCreator source code: engine startup and main loop

Table of contents Preface preparation Go! text St...

A simple example of mysql searching for data within N kilometers

According to the coefficient of pi and the radius...

Example of making a butterfly flapping its wings with pure CSS3

Pure CSS3 makes a butterfly flapping its wings, s...

Vue implements interface sliding effect

This article example shares the specific code of ...

Example code for using Nginx to implement 301 redirect to https root domain name

Based on SEO and security considerations, a 301 r...

MySQL 5.7.17 latest installation tutorial with pictures and text

mysql-5.7.17-winx64 is the latest version of MySQ...