Mysql 5.7 installation and configuration method graphic tutorial, mysql installation and configuration
This tutorial shares the installation and configuration of mysql5.7 for your reference. The specific content is as follows:
Mysql-installer-community-5.7.9.1 versions of the relevant instructions:
Mysql-installer-web-community-5.7.9.0: Indicates online installation with web logo;
Mysql-installer-community-5.7.9.1: Indicates offline installation without web identity;
Mysql-cluster-gpl-7.4.8-winx64: This alone is useless, need to be used on the basis of the mysql-installer-community-5.7.9.1 database. Used to balance multiple databases.
Next take a look, the latest version of the mysql-installer-community-5.7.9.1.msi database installation:
Step 1:Double-click the file and the following page appears:
Step 2:After clicking the red box, the following page is displayed:
Step 3:Here we choose custom. The following page appears next based on the actual situation:
Step 4:Select mysql servers and choose workbench based on your preferences, because it is more convenient and easy to use. Select it here, and the following interface appears next:
Because the system's Microsoft Visual C ++ software version is too old, It is shown as failed and needs to be re-installed. If the software on your machine is already up-to-date, the following interface will appear:
Step 5:The installation location and data storage location of your own database. Click next. The following page is displayed:
Step 6:Next, the following page appears
Step 7:Next, the following page appears
Step 8:You can configure mysql here. After the configuration is complete, the following page appears next:
Step 9:Because this is used for Development, you can select the Development Machine. The rest can be used by default. If you are interested in Advanced configuration information such as logs, you can select Show Advanced Options. next, the following interface is displayed:
Step 10:Fill in the corresponding database username and password, or add a database user. next, the following interface is displayed:
Step 11:By default, the following page appears next:
Step 12:You can change the name according to your preferences. Generally, the following page appears next:
Step 13:Next, the following page is displayed:
Step 14:Execute displays the following interface:
Step 15:If the preceding prompt is displayed, the installation is successful! Click Finish.
The following is the Mysql Database Console, for example:
Of course, you can also access it from the DOS window, as shown below:
Enter the password to access the database and perform operations on the database.
The above is all the content of this article. I hope it will be helpful for your learning and support for helping customers.