[Debian 4.9.x] mariadb, php, phpmyadmin

Bonjour,

root@alpha30:~# mysql -u root  -p
Enter password: 
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 2
Server version: 10.1.21-MariaDB-5 Debian 9.0

Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> 

avec ceci, comment je peux vérifier que php est en ligne,
le but est d’utiliser phpmyadmin
à vous lire
JB

Salut,

phpmyadmin est une interface web. Ça fonctionne avec apache (par exemple) et, effectivement, un module php pour apache… Ensuite tu te connecte à phpmyadmin via ton navigateur.

Ce que tu indiques, c’est simplement que ton sgdb (mariadb) fonctionne et ça n’a absolument rien à voir avec php.

Bonsoir,
je suis d’accord avec le 2° paragraphe,
je reviens manipuler car j’ai une non réponse pour phpinfo()
problème de syntaxe
A+
JB