CentOS 7 Installation MySql

Source: Internet
Author: User

I most annoying installation configuration service!

下载安装msyql的repo源

[Email protected] ~]# wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm

[Email protected] ~]# yum-y install mysql-community-release-el7-5.noarch.rpm

Install MySQL
[Email protected] ~]# yum-y install Mysql-server

Verify the installation
[Email protected] ~]# Rpm-qa | grep MySQL

Turn on MySQL service
[[email protected] ~]# systemctl start MySQL

MySQL has an initial password.
[[email protected] ~]# grep "Password"/var/log/mysqld.log

[[email protected] ~]# mysql-uroot-p ' copied password paste in '

You need to change the password after you enter the initial password to manipulate the database
Mysql> ALTER USER ' root ' @ ' localhost ' identified by ' new password ';

Note: If the password is set to a simple error, should be MySQL has set password rules, please Baidu to solve

CentOS 7 Installation MySql

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.