Open the connection tool. I use MobaXterm_Personal_12.1 (official website download address: https://moba.en.softonic.com/) Connect to ecs and remove the default mariadb Database: Then create a directory. I usually put the software in /usr/local, then enter the directory and download: wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm Then install The two names in the red box need to be the same. After entering This option will appear, just enter y Installation: This indicates a successful installation: Then start: service mysqld start View the status service mysqld status This indicates a successful startup: View the initial password: Login: [Since the password you enter is not displayed, don't worry, just enter it as you want] This indicates that the login is successful. Summarize The above is the tutorial on how to install MYSQL8.0 on Alibaba Cloud ESC. 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:
|
<<: Linux uses Rsync+Inotify to achieve real-time synchronization of local and remote data
>>: Vue implements a simple magnifying glass effect
Let me summarize a problem that I have encountere...
This article shares the specific code of JavaScri...
<br />Related articles: 9 practical suggesti...
The difference between replace into and insert in...
This article is based on Linux centos8 to install...
Recently I saw a barrage effect on B station call...
The goal of this document is to explain the Json ...
1. Some tips on classes declared with class in re...
Preparation: 192.168.16.128 192.168.16.129 Two vi...
This article shares the specific code of JavaScri...
Copy code The code is as follows: <!DOCTYPE ht...
This article shares the specific code of Vue to i...
Table of contents Merge namespaces with the same ...
This article shares the specific code of JavaScri...
After reading some articles, I finally figured ou...