Home > Back-end >  Simple to teach you how to quickly install the JDK, tomcat, mysql
Simple to teach you how to quickly install the JDK, tomcat, mysql

Time:10-20

[1] the JDK installation:
(1) no brain type has been click next (have hands will)
(2) in win10 systems to configure the JDK environment variable
The right mouse button - my computer & gt; Property - & gt; Advanced system Settings - & gt; Environment variable - & gt; System variables - & gt; The PATH
C: \ Program Files \ Java \ jdk1.8.0 _201 \ bin
C: \ Program Files \ Java \ jdk1.8.0 _201 \ jre \ bin
Add the two paths in

I have been click ok after
and then to judge whether the JDK installation is successful:
Open the CMD
Direct input Java, javac, come out a lot of things is a success
Conversely said can't find what command, some didn't of, is the environment configuration failed, please return to the second step, thank you for your cooperation!

[2] tomcat installation:
The first step in the JDK installed, the thief is simple, no brain type has been click next (have hands will)
Installed a jumpstart tomcat (generally give you started by default), icon in the computer display power there

(the first icon ha)Start state is green (I don't have a reference to what really ha ha ha), close state is red, you right click the first icon

In this interface, you can start, shut down, and exit (not English baidu)
test whether tomcat installation success :
Open your browser input: 127.0.0.1:8080

This interface will be successful!

[3] the mysql installation
No brain type has been click next (have hands will)
Configure the environment variables
The right mouse button - my computer & gt; Property - & gt; Advanced system Settings - & gt; Environment variable - & gt; System variables - & gt; The PATH
C: \ Program Files \ mysql - 5.7.24 - winx64 \ bin
And configure the picture is the same as the JDK, don't want to insert
check: the success of the installation environment variable
To CMD input mysql -v
A
Congratulations on your success.
There is an error is the system problem, install this patch
Are small in front of the case, the following is the key...
With admin the identity of the open the CMD (must be an administrator, old before I forget, old wrong)
Mysql - install (installation database)
Mysqld -- the initialize - insecure (initialize database)
Net start mysql database (start)
Input in sequence,

This is successful, there is a problem you have to baidu, super trouble,
[4] navicat installation and crack
All the default next to
Open the installation path
C: \ Program Files \ PremiumSoft \ Navicat Premium
Will patches in the double-click to (you don't get the money, ha ha ha ha)
Open the navicat if not present trial suggests that successful cracking
Click on the link in the upper left corner to choose mysql
Can enter the native database link name
Host name or IP address for the default value is localhost (localhost)
Port 3306 (the default port number)
The username root
Didn't set password without writing (installation database password)
Click ok is ok

To appear the interface for this installation is complete, you don't forget three even ha,
So tired, for the first time to write this dongdong, give some support ah, don't white piao, need to install the package can leave a message, I am super invincible idle!!!!!!

CodePudding user response:

Picture how messy, you will see me the next time to improve,