CentOS Install MySQL

Source: Internet
Author: User

cd/usr/local/src/

wget http://repo.mysql.com/mysql57-community-release-el7-8.noarch.rpm

RPM-IVH mysql57-community-release-el7-8.noarch.rpm

Yum-y Install Mysql-server

Default configuration file path:
Configuration file:/etc/my.cnf
Log file:/var/log/var/log/mysqld.log
Service startup script:/usr/lib/systemd/system/mysqld.service
Socket file:/var/run/mysqld/mysqld.pid

MY.CNF:

    1. datadir=/Var/lib/mysql
    2. socket=/Var/lib/mysql/mysql.sock
    3. server_id = 1
    4. Expire_logs_days = 3

Start the MySQL service

Service mysqld Restart

View Current Password:

grep "Password"/var/log/mysqld.log

Reset Password:

<<mysql<< alter user ' root ' @ ' localhost ' identified by ' root!! 2018 ';

Remote connection:

Use MySQL

Grant all privileges on * * to [email protected] '% ' identified by ' password ';

Flush privileges;

CentOS Install 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.