Linux Notes #02 # Installing MySQL & Installing the Default JRE/JDK

Source: Internet
Author: User

Environment:debian 8

Installing MySQL

Reference material:https://linode.com/docs/databases/mysql/how-to-install-mysql-on-debian-8/

sudo Install mysql-serversudo
Installing the Default JRE/JDK

Reference material:https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-debian-8

1. Installing the Default JRE/JDK:

sudo apt-get updatesudoinstall default-JREsudoinstall DEFAULT-JDK

2. Managing Java:

sudo update-alternatives--config Java # can also see where Java is installed

3. Setting the Java_home Environment Variable:

sudo update-alternatives- in Link Group Java (providing/usr/bin/java):/usr/lib/jvm/java- 7 # Copy this path! Nothing to configure. [Email protected]:sudo vim/etc/environment[email protected]:~# source/etc/Environment # Reload [Email protected]:echo  $JAVA _home/usr/lib/jvm/java-7-openjdk-amd64/jre/bin /java

Contents of /etc/environment :

Java_home="/usr/lib/jvm/java-8-oracle"# Your own copied path

Linux Notes #02 # Installing MySQL & Installing the Default JRE/JDK

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.