Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Schritt-für-Schritt-Anleitung

  1. Download und Installation des Yum Repo Packages

 

1. Download des Yum Repo packages von mySQL Server 5.6

yum install wget
wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
rpm -ivh mysql-community-release-el7-5.noarch.rpm
[root@localhost ~]# ls -1 /etc/yum.repos.d/mysql-community*
/etc/yum.repos.d/mysql-community.repo
/etc/yum.repos.d/mysql-community-source.repo
[root@localhost ~]#

1. Installation des mySQL Servers

yum install mysql-server

Verwandte Artikel

  • No labels