当前位置:网站首页>MySQL installation steps - Linux configuration file JDK installation (II)
MySQL installation steps - Linux configuration file JDK installation (II)
2022-06-28 06:58:00 【Xiaobinbin &】
Installation premise :
1、 First install the number VM Software , And a virtual machine has been successfully installed


2、 Install well MobaXterm_personal Software , below jdk And mysql The installation will operate on this software

3、 Installation package

The installation steps are as follows
1、 open MobaXterm_personal Software
2、 Click on the menu in the upper left corner Session.

3. Click on Specify username The figure icon on the right

4. Click on new menu

5、 enter one user name Name, Virtual machine username and password , After clicking on ok
Here the user name is defined by itself , The virtual machine user name and password must be consistent with the account and password you set up to install the virtual machine

6、 Select the user you just created , Click on ok

7、 choice IP( The address required to remember when installing the virtual machine ), user name ( Just created ), port port( Default 22)

8、 Click on the bar to create the connection

9、 Interface input mkdir /softs --> Check bottom left Follow terminal folder( Used to track the path )
10、 Input cd /softs
11、 Upload the package to softs Next ( Just pull it in )

12、ll You can check whether the file exists

13、 Input tar -zxvf jdk-8u221-linux-x64.tar.gz -C /opt Carriage return installation

14、 Input vi /etc/profile

15、 Input shift+G, Go to the last line , Input o , You can insert ( Configure environment variables )
Insert :
export JAVA_HOME=/opt/jdk1.8.0_221
export CLASSPATH=.:$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/dt.jar
export PATH=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH
16、 Press ESC sign out , Lose again :wq sign out

17、 Input source /etc/profile Make the configuration take effect immediately
18、 Input java -version Check if it works

19、 Input javac, See if it works

边栏推荐
- 推荐10个好用到爆的Jupyter Notebook插件,让你效率飞起
- The code is correct, and the rendering page does not display the reason
- Rn7302 three-phase electric quantity detection (based on STM32 single chip microcomputer)
- C language tutorial
- "Jay bear" plummeted by 96.6%. Why is NFT with star goods cold?
- 最后的二十九天
- Recommend several 0 code, free, learning and using visualization tools
- Tryout title code
- 【网络教程】IPtables官方教程--学习笔记1
- Libuv framework echo server C source code explanation (TCP part)
猜你喜欢

Niubi 666, this project makes web page making as simple as building blocks

C language tutorial

Reinforcement learning - grid world

饿久了,大脑会进入“省电模式”!感官被削弱,还看不清东西丨爱丁堡大学...
Face to face experience --- test engineer web side automation --- interview questions for large factories

Compile configuration in file

Libuv框架echo-server.c源码详解(TCP部分)

Techo day Tencent technology open day, June 28 online waiting for you!

Compilation principles final review

freeswitch设置最大呼叫时长
随机推荐
Introduction to browser tools: think sky browser, team work browser
VM332 WAService. js:2 Error: _ vm. Changetabs is not a function
[C language] detailed explanation of C language to obtain array length
剑指offer II 091.粉刷房子
ROS rviz_ Satellite function package visualizes GNSS track and uses satellite map
The code is correct, and the rendering page does not display the reason
[online tutorial] official iptables tutorial -- learning notes 1
FPGA - 7 Series FPGA selectio -08- oserdese2 of advanced logic resources
Batch import of pictures into WPS table by date
力扣515.在每棵树行中找最大值
Recommend 10 popular jupyter notebook plug-ins to make you fly efficiently
整型提昇和大小端字節序
Puge -- singleton mode
代码没写错,渲染页面不显示原因
Create a gson object that formats the time zone. JSON parsing time formatting zoneddatetime
C language tutorial
金山云团队分享 | 5000字读懂Presto如何与Alluxio搭配
创建格式化时间,格式化时区的gson对象。json解析时间格式化 ZonedDateTime
Compile configuration in file
Libuv framework echo server C source code explanation (TCP part)