#26 Le 26/01/2021, à 14:50
- koaz
Re : Problème PHPMYADMIN
Je crois que je me suis mal exprimé excuse moi...
Je voulais te dire phpmyadmin pardon !
Hors ligne
#27 Le 26/01/2021, à 14:57
- bruno
Re : Problème PHPMYADMIN
Bonjour,
Comment as-tu installé phpmyadmin ?
#28 Le 26/01/2021, à 15:20
- koaz
Re : Problème PHPMYADMIN
Bonjour,
Alors tout d'abord j'ai pré-installé mysql,apache puis phpmyadmin directement depuis le blog Ubuntu (Etant débutant je n'ai rien fait moi meme)
Hors ligne
#29 Le 26/01/2021, à 15:28
- bruno
Re : Problème PHPMYADMIN
puis phpmyadmin directement depuis le blog Ubuntu
Cela ne veut rien dire.
Est-ce que tu as suivi la doc phpmyadmin que j'ai indiquée en installant le paquet :
sudo apt install phpmyadmin
et en répondant aux questions (point 2 de la doc),
puis suivi le point 3.3 (Accès root) de cette même doc ?
#30 Le 26/01/2021, à 15:38
- koaz
Re : Problème PHPMYADMIN
Désolé de m'etre mal exprimé,*.
Oui j'ai suivie cette doc la et j'ai également eu les questions mais pas dans cette ordre exactement.
Alors pour la partie 3.3 cela me mais une erreur lorsque que je crée l'user :
ERROR 1396 (HY000): Operation CREATE USER failed for 'koaz'@'localhost'
Hors ligne
#31 Le 26/01/2021, à 15:49
- bruno
Re : Problème PHPMYADMIN
Est ce que tu as accès à http://localhost/phpmyadmin ?
Sinon quel est le message d'erreur exact ?
On verra après pour l'erreur de création de l'utilisateur.
Dernière modification par bruno (Le 26/01/2021, à 15:51)
#32 Le 26/01/2021, à 16:14
- koaz
Re : Problème PHPMYADMIN
Non je n'est pas accès a phpmyadmin
Le message d'erreur :
Not Found
The requested URL was not found on this server.
Apache/2.4.41 (Ubuntu) Server at localhost Port 80
Hors ligne
#33 Le 26/01/2021, à 17:00
- bruno
Re : Problème PHPMYADMIN
Il nous faut les retours de :
apt policy phpmyadmin
pour voir si le paquet est bien installé.
ls -l /etc/phpmyadmin
ls -l /etc/apache2/conf-available/phpmyadmin.conf
ls -l /etc/apache2/conf-enabled/phpmyadmin.conf
pour voir si la configuration de phpmyadmin pour Apache a bien été activée (normalement fait automatiquement en répondant correctement aux questions lors de l'installation du paquet)
#34 Le 26/01/2021, à 17:17
- koaz
Re : Problème PHPMYADMIN
Le retour de la première commande :
koaz@koaz:~$ apt policy phpmyadmin
phpmyadmin:
Installé : 4:4.9.5+dfsg1-2
Candidat : 4:4.9.5+dfsg1-2
Table de version :
*** 4:4.9.5+dfsg1-2 500
500 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
500 http://fr.archive.ubuntu.com/ubuntu focal/universe i386 Packages
100 /var/lib/dpkg/status
La deuxième :
koaz@koaz:~$ ls -l /etc/phpmyadmin
total 8
drwxr-xr-x 2 root root 4096 mars 31 2020 conf.d
-rw-r----- 1 root www-data 515 janv. 22 23:19 config-db.php
Troisième :
koaz@koaz:~$ ls -l /etc/apache2/conf-available/phpmyadmin.conf
ls: impossible d'accéder à '/etc/apache2/conf-available/phpmyadmin.conf': Aucun fichier ou dossier de ce type
Quatrième :
koaz@koaz:~$ ls -l /etc/apache2/conf-enabled/phpmyadmin.conf
ls: impossible d'accéder à '/etc/apache2/conf-enabled/phpmyadmin.conf': Aucun fichier ou dossier de ce type
Hors ligne
#35 Le 27/01/2021, à 08:36
- bruno
Re : Problème PHPMYADMIN
Le retour de la seconde commande montre qu'il manque des fichiers sous /etc/phpmyadmin. Normalement tu devrais avoir ceci :
$ ls -l /etc/phpmyadmin
total 48
-rw-r--r-- 1 root root 1136 sept. 6 10:02 apache.conf
drwxr-xr-x 2 root root 4096 juil. 10 2017 conf.d
-rw-r----- 1 root www-data 531 janv. 20 09:58 config-db.php
-rw-r----- 1 root www-data 555 août 13 22:23 config-db.php.ucf-old
-rw-r--r-- 1 root root 168 juin 23 2016 config.footer.inc.php
-rw-r--r-- 1 root root 168 juin 23 2016 config.header.inc.php
-rw-r--r-- 1 root root 6172 mars 31 2020 config.inc.php
-rw-r----- 1 root www-data 8 janv. 16 2019 htpasswd.setup
-rw-r--r-- 1 root root 273 mars 31 2020 lighttpd.conf
-rw-r--r-- 1 root root 198 juin 23 2016 phpmyadmin.desktop
-rw-r--r-- 1 root root 295 juin 23 2016 phpmyadmin.service
Le plus simple et de supprimer le paquet puis de réinstaller :
sudo apt purge phpmyadmin
sudo apt install phpmyadmin
en répondant bien aux questions et en faisant bine la sélection de Apache2 avec la barre d'espace (voir la doc phpmyadmin.
#36 Le 27/01/2021, à 17:46
- koaz
Re : Problème PHPMYADMIN
C'est bon j'ai désinstallé et réinstallé j'ai refait la commande :
koaz@koaz:~$ ls -l /etc/phpmyadmin
total 40
-rw-r--r-- 1 root root 1089 mars 31 2020 apache.conf
drwxr-xr-x 2 root root 4096 mars 31 2020 conf.d
-rw-r----- 1 root www-data 519 janv. 27 17:37 config-db.php
-rw-r--r-- 1 root root 168 mars 31 2020 config.footer.inc.php
-rw-r--r-- 1 root root 168 mars 31 2020 config.header.inc.php
-rw-r--r-- 1 root root 6172 mars 31 2020 config.inc.php
-rw-r--r-- 1 root root 273 mars 31 2020 lighttpd.conf
-rw-r--r-- 1 root root 198 mars 31 2020 phpmyadmin.desktop
-rw-r--r-- 1 root root 295 mars 31 2020 phpmyadmin.service
De nouveaux fichiers sont apparues mais toujours impossible de se connectez a phpmyadmin ^^
Hors ligne
#37 Le 27/01/2021, à 17:57
- bruno
Re : Problème PHPMYADMIN
Impossible de te connecter mais est-ce que tu vois la page d'accueil de phpmyadmin ?
Pour pouvoir te connecter il te faut créer un utilisateur comme indiqué au point 3.3 de la doc phpmyadmin.
#38 Le 27/01/2021, à 18:07
- koaz
Re : Problème PHPMYADMIN
Oui je vois ça :
Index of /
[ICO] Name Last modified Size Description
[DIR] html/ 2021-01-26 14:19 -
[DIR] php/ 2021-01-18 08:28 -
[DIR] phpmyadmin/ 2021-01-18 08:32 -
[DIR] wordpress/ 2020-02-06 07:33 -
Apache/2.4.41 (Ubuntu) Server at localhost Port 80
Oui je aussi créer l'utilisateur
Hors ligne
#39 Le 27/01/2021, à 18:39
- bruno
Re : Problème PHPMYADMIN
Tu vois cela en allant sur http://localhost je suppose.
Dans ce cas qu'est-ce que c'est ce dossier phpmyadmin, d'où vient-il ?
Et les autres dossiers ?
Ce n'est pas cohérents avec les retours précédents…
On recommence :
ls -l /var/www
ls -l /var/www/html
cat /etc/apache2/sites-available/000-default.conf
#40 Le 27/01/2021, à 19:36
- koaz
Re : Problème PHPMYADMIN
Oui exactement,
1er :
koaz@koaz:~$ ls -l /var/www
total 16
drwxr-xr-x 3 root root 4096 janv. 21 09:22 html
drwxr-xr-x 3 root root 4096 janv. 18 08:28 php
drwxr-xr-x 3 root root 4096 janv. 18 08:32 phpmyadmin
drwxr-xr-x 5 www-data www-data 4096 janv. 21 12:00 wordpress
2ème:
koaz@koaz:~$ ls -l /var/www/html
total 8
-rw-r--r-- 1 root root 16 janv. 26 14:19 index.html
drwxr-xr-x 6 root root 4096 janv. 10 2019 site
3ème:
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Hors ligne
#41 Le 28/01/2021, à 09:09
- bruno
Re : Problème PHPMYADMIN
Bon, avec cette configuration tu sers le dossier /var/www (DocumentRoot ou dossier racine de site) et le dossier /var/www/phpmyadmin interfère avec ton installation du paquet phpmyadmin. Je ne sais pas ce que contient ce dernier ni pourquoi tu l'as créé…
Si tu renommes ce dossier :
sudo mv /var/www/phpmyadmin /var/www/phpmyadmin.bak
Tu devrais avoir accès à phpmyadmin avec :
http://localhost/phpmyadmin
#42 Le 28/01/2021, à 11:16
- koaz
Re : Problème PHPMYADMIN
Alors j'ai bien essayé ta commande mais toujours la même erreur :
Not Found
The requested URL was not found on this server.
Apache/2.4.41 (Ubuntu) Server at localhost Port 80
Merci de prendre le temps pour mon problème en tout cas.
Hors ligne
#43 Le 28/01/2021, à 11:38
- bruno
Re : Problème PHPMYADMIN
Peux-tu montrer à nouveau :
ls -l /etc/apache2/conf-available/phpmyadmin.conf
ls -l /etc/apache2/conf-enabled/phpmyadmin.conf
#44 Le 28/01/2021, à 11:43
- koaz
Re : Problème PHPMYADMIN
Oui tient :
koaz@koaz:~$ ls -l /etc/apache2/conf-available/phpmyadmin.conf
ls: impossible d'accéder à '/etc/apache2/conf-available/phpmyadmin.conf': Aucun fichier ou dossier de ce type
koaz@koaz:~$ ls -l /etc/apache2/conf-enabled/phpmyadmin.conf
ls: impossible d'accéder à '/etc/apache2/conf-enabled/phpmyadmin.conf': Aucun fichier ou dossier de ce type
Hors ligne
#45 Le 28/01/2021, à 12:52
- bruno
Re : Problème PHPMYADMIN
Donc tu n'as pas répondu correctement aux questions lors de l'installation du paquet phpmyadmin.
On va faire cela manuellement :
sudo ln -s /etc/phpmyadmin/apache/etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin
sudo systemctl restart apache2
Et enfin avec le navigateur : https://localhost/phpmyadmin
#46 Le 28/01/2021, à 14:11
- koaz
Re : Problème PHPMYADMIN
Pour ta 2eme commande message d'erreur:
koaz@koaz:~$ sudo a2enconf phpmyadmin
ERROR: Conf phpmyadmin does not exist!
Nouvelle erreur dans le navigateur :
Ce site est inaccessiblelocalhost n'autorise pas la connexion.
Voici quelques conseils :
Vérifier la connexion
Vérifier le proxy et le pare-feu
ERR_CONNECTION_REFUSED
Hors ligne
#47 Le 28/01/2021, à 17:16
- bobe
Re : Problème PHPMYADMIN
Apparemment, c'est :
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin
sudo systemctl restart apache2
Hors ligne
#48 Le 28/01/2021, à 17:20
- koaz
Re : Problème PHPMYADMIN
Alors j'ai fait comme tu m'as dis mais toujours la meme erreur :
Ce site est inaccessiblelocalhost n'autorise pas la connexion.
Voici quelques conseils :
Vérifier la connexion
Vérifier le proxy et le pare-feu
ERR_CONNECTION_REFUSED
Hors ligne
#49 Le 28/01/2021, à 17:34
- bobe
Re : Problème PHPMYADMIN
La configuration de phpmyadmin a-t-elle bien été activée grâce à la commande a2enconf ? Pour le vérifier, regarde dans le dossier /etc/apache2/conf-enabled/
Et c'est carrément devenu un message de connexion refusée en fait, j'avais pas fait gaffe dans ton message précédent.
Tu as bien redémarré apache ? que donne la commande
sudo systemctl status apache2
Hors ligne
#50 Le 28/01/2021, à 17:38
- koaz
Re : Problème PHPMYADMIN
Euhh je ne serais pas te dire si ca a été activé mais j'ai un dossier phpmyadmin.conf
Oui et tient :
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor prese>
Active: active (running) since Thu 2021-01-28 17:20:06 CET; 17min ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 32610 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/S>
Main PID: 32616 (apache2)
Tasks: 55 (limit: 6958)
Memory: 7.2M
CGroup: /system.slice/apache2.service
├─32616 /usr/sbin/apache2 -k start
├─32617 /usr/sbin/apache2 -k start
└─32618 /usr/sbin/apache2 -k start
janv. 28 17:20:06 koaz systemd[1]: Starting The Apache HTTP Server...
janv. 28 17:20:06 koaz apachectl[32613]: AH00558: apache2: Could not reliably d>
janv. 28 17:20:06 koaz systemd[1]: Started The Apache HTTP Server.
lines 1-16/16 (END)
Hors ligne