yum quick install mysql Add yum repository rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm View available MySQL versions (skip directly) yum repolist enabled | grep "mysql.*-community.*" Import yum -y install mysql-community-server Add to startup systemctl enable mysqld Start mysql systemctl start mysqld Configure initial information mysql_secure_installation You may encounter a startup failure with err log location /var/lib/mysql/izwz97b179ej8k0x150aapz.err No permission, modify permission information directly cd /var/lib/mysql/performance_schema chown mysql * chgrp mysql * The above is the correct way to install MySQL using yum on Alibaba Cloud CentOS7. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Summary of some of my frequently used Linux commands
>>: Summary of Linux nc command
Table of contents Deploy nginx on server1 Deploy ...
I. Introduction 1: SSL Certificate My domain name...
The final solution is in the last picture If you ...
Index definition: It is a separate database struc...
To draw a table in HTML, use the table tag tr me...
Since enabling https access for the entire site, ...
There are three ways to represent colors in HTML, ...
Table of contents Preface Scenario simulation Sum...
Sometimes we want to implement such a function: c...
Table of contents 1. What is Javascript? 2. What ...
Docker Features 1) Quick to get started It only t...
Robots.txt is a plain text file in which website ...
1. Overview of viewport Mobile browsers usually r...
<br />How to remove the dividing lines of a ...
background This bug was caused by滾動條占據空間. I check...