Private GIT

Skip to content
Snippets Groups Projects
Commit c0dbfa52 authored by Guillaume28's avatar Guillaume28
Browse files

Add mariadb

parent 07ec30c5
Branches
Tags
No related merge requests found
...@@ -77,6 +77,19 @@ Perform the command: ...@@ -77,6 +77,19 @@ Perform the command:
$ cd /etc/pki/rpm-gpg/ $ cd /etc/pki/rpm-gpg/
$ wget http://yum-1.centreon.com/standard/3.4/el7/stable/RPM-GPG-KEY-CES $ wget http://yum-1.centreon.com/standard/3.4/el7/stable/RPM-GPG-KEY-CES
Install mysql on the same server
--------------------------------
Ce chapitre décrit l'installation de mysql sur un serveur comprenant Centreon.
This chapter describes the installation of mysql on a server including Centreon.
Perform the command:
::
$ yum install mariadb-server
$ service mysql restart
Base configuration of a poller Base configuration of a poller
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
...@@ -77,6 +77,17 @@ Exécutez la commande : ...@@ -77,6 +77,17 @@ Exécutez la commande :
$ cd /etc/pki/rpm-gpg/ $ cd /etc/pki/rpm-gpg/
$ wget http://yum-1.centreon.com/standard/3.4/el7/stable/RPM-GPG-KEY-CES $ wget http://yum-1.centreon.com/standard/3.4/el7/stable/RPM-GPG-KEY-CES
Installer mysql sur le même serveur
-----------------------------------
Ce chapitre décrit l'installation de mysql sur un serveur comprenant Centreon.
Exécutez la commande :
::
$ yum install mariadb-server
$ service mysql restart
Configuration basique d'un collecteur Configuration basique d'un collecteur
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment