MySQL5.7 database, Navicat Premium1.6 visualization tool installation tutorial [detailed tutorial]


1. MySQL, Navicat, keygen address

MySQL: MySQL5.7.23
Navicat Premium: Navicat Premium16
NavicatCracker: NavicatCracker16.0.7.0

注:这里MySQL版本最好选择5.7.23的


2. Installation

(1), MySQL installation

van der sar

1. Double-click to open the file mysql-installer-community-5.7.23.0.msi:
van der sar

2. Select the installation type, select custom installation

van der sar
3. Select the products and functions to install

1. Click to open “MySQL Servers”\“MySQL Servers”\“MySQL Servers 5.7”\“MySQL Servers 5.7.23-X64(version 64) in turn;
2. Then click the green arrow to move the selected version to the right box, click the file on the right to display advanced options, click to select the installation location;

van der sar

4. Select the environment

Select "MySQL Server5.7.23", if there is no such environment in the computer, it will prompt to install the "Microsoft Visual C++ 2013" environment, click "Execute";

insert image description here

5. Click below to execute, and click Next after execution

insert image description here

6. Select the installation type

Choose "Development Computer" for personal development and learning;
Development Computer for personal development and learning;
Server Computer for FTP, email, web server, etc.;
Dedicated Computer for MySQL server;

insert image description here

7. Set the mysql connection password (used for connection)

insert image description here

After that, 下一步、执行、下一步……the MySQL installation is complete!

8. Connect to the database

Next, open cmd, enter mysql -uroot -p and press Enter to enter the password test.
If 'mysql' is not an internal or external command, nor an executable program or batch file, you need to set the environment variable.
van der sar

Solution: Manually configure environment variables
1. First find the installation location of mysql, find the bin directory and copy the path.
The default installation location:C:\Program Files\MySQL\MySQL Server 5.7\bin

2. Add environment variables

右击此电脑> 属性> 高级系统设置> 环境变量> 系统变量

van der sar

3. Finally, open cmd and enter mysql -uroot -p and press Enter to enter the password. Is it successful to enter the mysql command line interface?

(2), Navicat Premium installation

1. Double-click the installer
van der sar
2. Agree, no brain next step

van der sar

3. Select the installation location, the next step
van der sar
After the installation is complete, it will prompt that the trial period has expired, and then start the live collection program!

Turn off the computer's anti-virus and housekeeper before collecting activities, in case you cannot collect activities.

(3) Jihuo Navicat Premium

The first step, double-click to openNavicatCracker

Select Navicatthe installation directory, click patch to pop up a confirmation box and select the option.

van der sar

The second step, click generate to generate code, copy it down

van der sar

The third step is to open the installed one Navicat, fill in the collection activity code, click the collection activity and it will prompt you to manually collect the activity and click

van der sar

van der sar
van der sar

Copy the request code to the registration machine

van der sar

Click to get live code

insert image description here

Then copy and paste the generated live code into the live code of Navicat Premium!

insert image description here


3. Problems encountered

1、Are you sure your navicat has not beenpatched/modified before?

[-]\Navicat-Cracker\NavicatCrackerDlg.cpp:332 ->All patch solutions are suppressed. Patch abort!HINT: Are you sure your navicat has not beenpatched/modified before?

error

Solution:安装Navicat的版本需要为160版本,161、162都不行!

2. When Navicat installs collection activity, it prompts collection failure: the number of collection activities reaches the upper limit, 90010003

insert image description here

Solution:C:\windows\system32\drivers\etc\hosts Add new rules by viewing the file, paying attention to the file format.

127.0.0.1 activate.navicat.com

Please add a picture description

有的用户没有权限,只需要打开属性,切换到安全选项,找到对应的用户进行编辑权限即可
Please add a picture description

3. Pay attention when reinstalling Navicat

If there is a problem during the installation process, if you need to re-uninstall the installation, you need to delete the data in the registry, otherwise the re-installation will not prompt a pop-up window to register

The first step: win + r, enter regedit and press Enter

insert image description here
Step 2: Find the corresponding folder, delete all the contents in it, and reinstall it

Folder location:计算机\HKEY_CURRENT_USER\SOFTWARE\PremiumSoft


Summarize

The above is the whole content of installing MySQL and installing the database visualization tool Navicat Premium. It is not easy to make, please leave a like.

Guess you like

Origin blog.csdn.net/weixin_61102579/article/details/132139311