“Instale o MySQL no Amazon Linux 2” Respostas de código

Instale o MySQL no Amazon Linux 2

sudo yum update -y 

sudo yum install -y mariadb-server

sudo systemctl enable mariadb

sudo systemctl start mariadb

sudo mysql_secure_installation
Biplove Giri

Instalando o MySQL na AWS usando o Terminal Putty

To install a MySQL Server on aws using putty terminal
1. First step is to of course ssh into the EC2 instance.
2. Then, at a command prompt, use the following command to install MySQL Server: sudo yum install mysql-server. When you are prompted, type 'y'.
Ankur

Respostas semelhantes a “Instale o MySQL no Amazon Linux 2”

Perguntas semelhantes a “Instale o MySQL no Amazon Linux 2”

Mais respostas relacionadas para “Instale o MySQL no Amazon Linux 2” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código