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
Provide login and obtain user information data in...
Three ways to configure Nginx The first method di...
Color is one of the most important elements for a...
1. Check the character set of the default install...
This article shares the specific code of js to ac...
Referring to other more professional blog systems...
Table of contents 1. When inserting or modifying ...
1. Introduction to Animate.css Animate.css is a r...
difficulty Two mask creation of svg graphics Firs...
If there are any errors in this article or you ha...
I recently discussed "advertising" with...
Below, we introduce three ways to draw heart shap...
1. Computed properties and listeners 1.1 Computed...
Code example: public class JDBCDemo3 { public sta...
(1) HTML: HyperText Markup Language, which mainly...