Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Das Einbinden der offiziellen MySQL Software Repositores und die Installation des MySQL-Servers erfolgt mit folgenden Befehlen:

 

info
Code Blockinfo
languagebash
titleMySQL Server installieren8.x
yum -y install libaio
yum -y install 
http
https://dev.mysql.com/get/
mysql
mysql80-community-release-
el6
el7-
5
3.noarch.rpm

yum -y install mysql-community-server

 

Code Block
languagebash
titleBETA - MySQL 85.x6
yum -y install libaio
yum -y install https
http://dev.mysql.com/get/
mysql80
mysql-community-release-
el7
el6-
3
5.noarch.rpm

yum -y install mysql-community-server

...


Der MySQL Server Dienst wird mit folgendem Befehl in die Liste der automatisch startenden Dienste aufgenommen:

...