Will not install the relational database MySQL8.0 yet? That's because you haven't seen this! Super detailed!

One, MySQL introduction

MySQL is a relational database management system developed by the Swedish company MySQL AB and currently belongs to Oracle's products. MySQL is one of the most popular relational database management systems (RDBMS). MySQL optimizes SQL query algorithms to effectively improve query speed; supports multi-threading, makes full use of CPU resources, and supports multiple users; provides management, inspection, and optimization Management tools for database operations. Due to its small size, high speed, low total cost of ownership, especially the characteristics of open source, it is currently widely used in small and medium-sized websites on the Internet

2. Download address

pan.baidu.com/s/1lguOdvKWVwRPfcx9kzCx5Q
[Extract code]: wxvg

Third, the installation of the software package

Recommend using 7-zip, this article uses 7-zip

(1): Unzip the installation package

Student Zhang

(2): Right-click the installation package to install
Insert picture description here

(3): Check [I accept the license terms] for the installation protocol and click [Next].
(4): Select [Custom] and click [Next].
Insert picture description here
(5): Expand the sub-files of [MySQL Servers] in turn. Insert picture description here
(6): Double-click [MySQL Server 8.0.17-X64].
Insert picture description here
(7): Check [Documentation] and click [Next]. Insert picture description here(8): Click [Execute].

Insert picture description here
(9): Click [Next].
Insert picture description here
(10): Click [Next].
Insert picture description here
(11): Click [Next] Insert picture description here
(12): Click [Next]
Insert picture description here
(12): [MySQL Root Password] enter the password you want to set, [Repeat Password] enter the set password again, and then click [Next] .
Insert picture description here
(13): Uncheck [Start the MySQL...] and click [Next].

Insert picture description here

(14): Click [Execute].
Insert picture description here
(15): Click [Finish]. Insert picture description here
(16): Click [Next].

Insert picture description here

(17): Click [Finish].
Insert picture description here
(18): Click the [Start] menu in the lower left corner, then click to select [MySQL 8.0 Command Line Client] and drag it to the desktop to create a desktop shortcut.
Insert picture description here
(19): Right-click the [MySQL 8.0 Command Line Client] software icon and select [Open File Location]. Insert picture description here
(20): Select the installation directory of the software, then right-click and select [Copy].
Insert picture description here

(21): Right-click [this computer] and select [Properties].
Insert picture description here

(22): Click [Advanced System Settings], then click [Environment Variables].
Insert picture description here

(Twenty-three): Find the [Path] variable under the system variable and double-click it. Insert picture description here
(24): Click [New], right-click the blank box and select [Paste]. Insert picture description here
(25): Use the shortcut key [Win+R] to open the running interface, enter [mysql -u root -p] and click [OK]. Insert picture description here
(26): Enter the password set in step 12, and then press the Enter key (Enter).
Insert picture description here
When [Welcome to the MySQL monitor] appears, it means [MySQL8.0] is successfully installed.
Insert picture description here

(27): Double-click to open the [Navicat-64] folder in the decompressed [Mysql8.0] folder.
Insert picture description here
(Twenty-eight): Right-click [Navicat Premium v12.1.20 x64] and select [Run as administrator].
Insert picture description here
(29): Click [Next].
Insert picture description here
(30): Select [I agree] and click [Next].

Insert picture description here
(Thirty-one): Click [Browse] to change the installation path. It is recommended to install on a disk other than Disk C. You can choose to install on Disk D or other disks. After selecting the disk, a [Navicat Premium 12] file will be automatically generated Folder, and then click [Next].
Insert picture description here

(32): Click [Next].

Insert picture description here
(Thirty-three): Click [Next].

Insert picture description here
(Thirty-four): Click [Next]. Insert picture description here
(Thirty-five): Installing (it takes about 1 minute).
(36): Click [Finish]. Insert picture description here
(37): Double-click to open the [Navicat-64] folder in the decompressed [Mysql8.0] folder, and then double-click the [Crack] folder.
Insert picture description here
(38): Right-click [Keygen_Patch] and select [Run as administrator].
Reminder: If there is no [Keygen_Patch] file, please turn off the computer's anti-virus software and firewall (Win10 system also needs to turn off Defender) and then unzip it again.

Insert picture description here
(Thirty-nine): Double-click to open the changed installation path in step 41. Here, open the software installation path as E:\Navicat Premium 12, then click to select [navicat], and then click [Open].

Insert picture description here
(Forty): Click [OK]. (Please do not close this Keygen_Patch program) (Please do not close this Keygen_Patch program) (Please do not close this Keygen_Patch program)
Insert picture description here
(41): Double-click the [Navicat Premium 12] software icon to run the software.
Insert picture description here
(42): Click [Register].
(Forty-three): Click [Generate] in the [Keygen_Patch] program; [Navicat Premium 12] software interface will automatically paste the key generated by [Serial Keygen] in the [Keygen_Patch] program, and then click [Activate]. Insert picture description here
Insert picture description here
(Forty-four): Click [manual activation].
Insert picture description here
(Forty-five): Select all the content in the software interface [Request Code], then right-click and select [Copy]. Insert picture description here
(Forty-six): Right-click the blank space in the box after the [Request Code] in the [Keygen_Patch] program and select [Paste].Insert picture description here

(47) Click [Generate] in the [Keygen_Patch] program.
Insert picture description here
(48): [Activation Code] in the [Keygen_Patch] program will be automatically pasted into the [Activation Code] box of the [Navicat Premium 12] software interface, and then click [Activation].

Insert picture description here

(49): Click [OK].
Insert picture description here
(Fifty): Click [OK].
Insert picture description here
(Fifty One): Click [❌] in the upper right corner to close this window.

Insert picture description here

Fourth, connect to the database for the first time after the software is installed

(1): Click [Connect], then click [MySQL...].
Insert picture description here
(2): Enter [connection name] (customizable input), then enter [password] (this password is the password set in step 18), and then click [OK]. Insert picture description here
(3): Double-click [MySQL].
Insert picture description here

Congratulations, you have taken the first step in MYSQL, and I wish you some achievements in MYSQL in the future

Like and support, originality is not easy, and I have a deep understanding. You can pay attention if it is convenient. study together! improve together!

Guess you like

Origin blog.csdn.net/qq_45848361/article/details/109658456