PhpMyAdmin avec NGINX

PhpMyAdmin avec NGinx

Pré-requis

Les prérequis pour l’installation sont :

  • Avoir le serveur Nginx installé
  • Avoir une Base de données (ici MariaDB)
  • Avoir PHP7+ installé

Installation

Télécharger le paquet avec APT :

apt install phpmyadmin

Vous verrez défiler la config, puis à cette question réponsez “yes”:

The phpmyadmin package must have a database installed and configured before it can be used.
This can be optionally handled with dbconfig-common.

If you are an advanced database administrator and know that you want to perform this
configuration manually, or if your database has already been installed and configured, you
should refuse this option. Details on what needs to be done should most likely be provided in
/usr/share/doc/phpmyadmin.

Otherwise, you should probably choose this option.

Configure database for phpmyadmin with dbconfig-common? [yes/no] yes

Fournissez ensuite un mot de passe pour l’utilisateur root de PhpMyAdmin

MySQL application password for phpmyadmin: *votrePass*

Password confirmation: *votrePass*

PhpMyAdmin vous propose de configurer le serveur web Apache ou Lighttpd pour fonctionner. Dans notre cas nous laissons un espace vide car nous utilisons NGINX. On laisse tel quel et on appuie sur ENTREE

Please choose the web server that should be automatically configured to run phpMyAdmin.

1. apache2 2. lighttpd

(Enter the items you want to select, separated by spaces.)

Web server to reconfigure automatically:

On vous demandera ensuite de fournir le mdp de votre base de données MariaDB pour l’utilisateur Root, afin que phpMyAdmin configure sa propre base.

> Partager <