CentOS 7 AMD64 installation nginx and MySQL

Source: Internet
Author: User
NGINX:rpm-ivh http://nginx.org/packages/centos/7/x86_64/RPMS/nginx-1.8.0-1.el7.ngx.x86_64.rpm View: Yum Info nginx Installation: Yum install nginxservice nginx start mysql:CentOS 7 in the Yum source does not seem to install the MySQL mysql-sever file, you need to download the official web # wget http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm# RPM-IVH mysql-community-release-el7-5.noarch.rpm# Yum install mysql-community-server restart MySQL Service # service mysqld after successful installation Restart initial installation of MySQL is the root account is no password, the method of setting password # mysql-urootmysql> set password for ' root ' @ ' localhost ' = password (' mypasswd ' );mysql> exit

CentOS 7 AMD64 installation nginx and MySQL

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.