“Installieren Sie MySQL in Amazon Linux 2” Code-Antworten

Installieren Sie MySQL in 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

Installieren von MySQL auf AWS mit einem Putty Terminal

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

Ähnliche Antworten wie “Installieren Sie MySQL in Amazon Linux 2”

Fragen ähnlich wie “Installieren Sie MySQL in Amazon Linux 2”

Weitere verwandte Antworten zu “Installieren Sie MySQL in Amazon Linux 2” auf Sql

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen