Centos7 Installing MySQL & jetty

Source: Internet
Author: User

1. Install MySQL command

# wget http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm --no-check-certificate

#rpm-IVH mysql-community-release-el7-5.noarch.rpm

# yum Install Mysql-community-server

Follow the tutorials on the installation, prompting

Error:cannot Verify dev.mysql.com ' s certificate, issued by '/c=en/cn=globalsignature Certificates CA 2 ':

Add--no-check-certificate to the command.

2. Restart after installation

Service mysqld Restart

3. Enter MySQL to enter the set password for ' root ' @ localhost = password (' Unicoe ') setting the password

4. After setting the password, log in with the Mysql-u root-p command

Installing Jetty 9

Http://www.cnblogs.com/yxl10/p/4237492.html

Start jetty

Executes under the Jetty/bin directory./jetty.sh start

Centos7 Installing MySQL & jetty

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.