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
Preface Recently, I encountered a program using S...
How to host two or more sites on the popular and ...
Friends who have used the Linux system must have ...
Before we begin, we create two tables to demonstr...
The Golden Rule No matter how many people are wor...
1. Common connections for mysql INNER JOIN (inner...
This article describes the steps to install the p...
1. KVM virtual machine migration method and issue...
1. Install Docker yum install docker #Start the s...
Kubernetes is the leader in the container orchest...
This case is based on CentOS 7 system Suitable fo...
When I was interviewing for a BI position at a ce...
In the past, it was quite troublesome to achieve ...
Table of contents 1. What is syntactic sugar? 2. ...
MySQL add, delete, modify and query statements 1....