Linux serverNETWORK ADMINISTRATIONS

Instalacion MySql en Centos 7

Comandos a utilizar
Paso1.
yum install -y http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
Paso2.
yum install mysql-server
Paso3.
systemctl start mysqld
Paso4.
systemctl enable mysqld
Paso5.
mysql_secure_installation

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *