Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-statistics domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wordpress/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wordpress/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wordpress/wp-includes/functions.php on line 6114
Adminer pour gerez vos bases de données MYSQL simplement avec une feuille PHP - Plessy

Adminer pour gerez vos bases de données MYSQL simplement avec une feuille PHP

Besoin d’une interface graphique pour gérer vos BDD? Adminer est une solution rapide, facile et légère. Pour le mettre en place rien de plus simple, commencez par vérifier la dernière version disponible ICI.

Téléchargez Adminer à la racine de votre configuration Apache (ex: /var/www/html/ ):

cd /var/www/html/
sudo wget https://github.com/vrana/adminer/releases/download/v$DerniereVersion/adminer-$DerniereVersion.php
sudo mv adminer-$DerniereVersion.php adminer.php

Appliquez les droits:

sudo chown www-data:www-data adminer.php

Rendez-vous sur: http://$NOM.DE.DOMAIN/adminer.php ou http://$Votre.IP/adminer.php