#1 Le 21/01/2021, à 21:51
- koaz
Problème PHPMYADMIN
Bonsoir tout le monde, je suis sur Ubuntu depuis pas longtemps et j'ai voulue installer PHPmyadmin pour les cours mais je n'arrives pas à y accéder...Je pense que c'est tout même si j'ai cherché pendant un bon moment..
(sql, apache.. fonctionne)
Voila ce que quand je clique sur localhost :
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
(Vue que c'est sur google je dois le mettre comme en ligne de commande ?)
Merci
Hors ligne
#2 Le 22/01/2021, à 08:08
- kedjo
Re : Problème PHPMYADMIN
Bonjour,
Je n'ai pas bien compris ton explication.
Est-ce que tu as déjà un serveur web(apache2 ou ngix) et MySQL installés sur ton ordinateur?
Hors ligne
#3 Le 22/01/2021, à 10:19
- koaz
Re : Problème PHPMYADMIN
Bonjour,
Oui j'ai dejà un server web et mysql dessue mais impossible de lancer localhost
Hors ligne
#4 Le 22/01/2021, à 11:30
- vanessaron
Re : Problème PHPMYADMIN
Salut,
Je ne saisis pas trop ton soucis (moi aussi je débute), mais est-ce que au moins tu as bien démarré ton serveur et ta BDD avec ce type de commande par ex :
sudo systemctl start tonserveur
apache2 par ex
sudo systemctl start taBdd
mysql par ex
Hors ligne
#5 Le 22/01/2021, à 11:36
- koaz
Re : Problème PHPMYADMIN
Oui SQL fonctionne, le soucis viens d'apache je viens de regarder, voila ce que cela donne :
/etc/init.d/apache2 start
Réponse:
Starting apache2 (via systemctl): apache2.serviceJob for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.
failed!
Hors ligne
#6 Le 22/01/2021, à 11:41
- vanessaron
Re : Problème PHPMYADMIN
Re, je vois pas trop, je serais toi je verrais la doc à nouveau sur l'install de la pile Lamp qui est très bien faite par ici
Pour apache l'install ce fait comme ça :
sudo apt install apache2 php libapache2-mod-php mysql-server php-mysql
Hors ligne
#7 Le 22/01/2021, à 11:48
- kedjo
Re : Problème PHPMYADMIN
Koaz, pour le besoin de la cause, tu peux donner le retour ci- àprès:
- Le contenu du fichier /etc/apache2/apache2.conf; /etc/apache2/sites-available/*; /etc/apache2/ports.conf
sudo systemctl status apache2
iptables -L
sudo netstat -tlpn
Hors ligne
#8 Le 22/01/2021, à 22:00
- koaz
Re : Problème PHPMYADMIN
Oui pas de soucis je te donne ca :
koaz@koaz:~$ sudo systemctl status apache2
[sudo] Mot de passe de koaz :
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor prese>
Active: failed (Result: exit-code) since Fri 2021-01-22 21:56:11 CET; 2min>
Docs: https://httpd.apache.org/docs/2.4/
Process: 817 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAI>
janv. 22 21:56:11 koaz systemd[1]: Starting The Apache HTTP Server...
janv. 22 21:56:11 koaz apachectl[845]: AH00526: Syntax error on line 229 of /et>
janv. 22 21:56:11 koaz apachectl[845]: Invalid command 'ts=4', perhaps misspell>
janv. 22 21:56:11 koaz apachectl[817]: Action 'start' failed.
janv. 22 21:56:11 koaz apachectl[817]: The Apache error log may have more infor>
janv. 22 21:56:11 koaz systemd[1]: apache2.service: Control process exited, cod>
janv. 22 21:56:11 koaz systemd[1]: apache2.service: Failed with result 'exit-co>
janv. 22 21:56:11 koaz systemd[1]: Failed to start The Apache HTTP Server.
lines 1-14/14 (END)
Pour ta deuxième commande :
koaz@koaz:~$ iptables -L
Fatal: can't open lock file /run/xtables.lock: Permission denied
(Tu le voulais avec le sudo avant ?
Puis la derniere :
koaz@koaz:~$ sudo netstat -tlnp
Connexions Internet actives (seulement serveurs)
Proto Recv-Q Send-Q Adresse locale Adresse distante Etat PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 654/systemd-resolve
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 685/cupsd
tcp 0 0 127.0.0.1:33060 0.0.0.0:* LISTEN 913/mysqld
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 913/mysqld
tcp6 0 0 ::1:631 :::* LISTEN 685/cupsd
Hors ligne
#9 Le 22/01/2021, à 22:33
- kedjo
Re : Problème PHPMYADMIN
Bonsoir Koaz,
Déjà selon la première capture votre serveur n'est pas actif(5ième ligne, active:failed). Le démarrage normal échoue.
Hors ligne
#10 Le 22/01/2021, à 22:37
- koaz
Re : Problème PHPMYADMIN
Bonsoir pardon,
Que puis-je faire ducoup ?
Hors ligne
#11 Le 22/01/2021, à 22:40
- kedjo
Re : Problème PHPMYADMIN
Tu peux réinstaller... Avant d'installer phpmyadmin, veuille d'abord à ce qu'Apache2 fonctionne sans problème
Hors ligne
#12 Le 22/01/2021, à 22:43
- koaz
Re : Problème PHPMYADMIN
D'accord ça marche merci je te tient au courant !
Hors ligne
#13 Le 22/01/2021, à 23:03
- koaz
Re : Problème PHPMYADMIN
Alors j'ai réinstallé et le statut marche mais impossible de rentrer dans localhost
koaz@koaz:~$ sudo systemctl status apache2
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor prese>
Active: active (running) since Fri 2021-01-22 23:02:18 CET; 39s ago
Docs: https://httpd.apache.org/docs/2.4/
Main PID: 12500 (apache2)
Tasks: 55 (limit: 6997)
Memory: 7.2M
CGroup: /system.slice/apache2.service
├─12500 /usr/sbin/apache2 -k start
├─12502 /usr/sbin/apache2 -k start
└─12503 /usr/sbin/apache2 -k start
janv. 22 23:02:18 koaz systemd[1]: Starting The Apache HTTP Server...
janv. 22 23:02:18 koaz apachectl[12471]: AH00558: apache2: Could not reliably d>
janv. 22 23:02:18 koaz systemd[1]: Started The Apache HTTP Server.
lines 1-15/15 (END)
Hors ligne
#14 Le 23/01/2021, à 09:13
- kedjo
Re : Problème PHPMYADMIN
Bonjour,
Le serveur fonctionne bien, tu as quelle erreur?
Tape sur le navigateur localhost
et donne le retour de la commande suivant
sudo tail /var/log/apache2/error.log
Hors ligne
#15 Le 24/01/2021, à 18:28
- koaz
Re : Problème PHPMYADMIN
Bonjour et désolé pour la longue réponse, weekend très chargé..
Tient voila le résultat :
koaz@koaz:~$ sudo tail /var/log/apache2/error.log
[sudo] Mot de passe de koaz :
[Fri Jan 22 23:02:18.567177 2021] [mpm_event:notice] [pid 12500:tid 140030143507520] AH00489: Apache/2.4.41 (Ubuntu) configured -- resuming normal operations
[Fri Jan 22 23:02:18.567351 2021] [core:notice] [pid 12500:tid 140030143507520] AH00094: Command line: '/usr/sbin/apache2'
[Sat Jan 23 00:12:01.701491 2021] [mpm_event:notice] [pid 12500:tid 140030143507520] AH00491: caught SIGTERM, shutting down
[Sun Jan 24 18:16:46.276879 2021] [mpm_event:notice] [pid 885:tid 140701074783296] AH00489: Apache/2.4.41 (Ubuntu) configured -- resuming normal operations
[Sun Jan 24 18:16:46.277284 2021] [core:notice] [pid 885:tid 140701074783296] AH00094: Command line: '/usr/sbin/apache2'
Hors ligne
#16 Le 24/01/2021, à 22:00
- kedjo
Re : Problème PHPMYADMIN
Bonsoir,
Là je ne détecte pas de problème.
Et sur le navigateur il y a quel retour ?
Hors ligne
#17 Le 24/01/2021, à 22:21
- koaz
Re : Problème PHPMYADMIN
Voila :
Not Found
The requested URL was not found on this server.
Apache/2.4.41 (Ubuntu) Server at localhost Port 80
Hors ligne
#18 Le 24/01/2021, à 23:57
- kedjo
Re : Problème PHPMYADMIN
Bonsoir,
Que donne la commanda suivante:
sudo apachectl -S
Hors ligne
#19 Le 25/01/2021, à 16:14
- koaz
Re : Problème PHPMYADMIN
Bonjour,
Voila ce que ca donne :
koaz@koaz:~$ sudo apachectl -S
[sudo] Mot de passe de koaz :
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 2a04:cec0:1035:5e5c:36f8:f141:c7cf:560a. Set the 'ServerName' directive globally to suppress this message
VirtualHost configuration:
*:80 2a04:cec0:1035:5e5c:36f8:f141:c7cf:560a (/etc/apache2/sites-enabled/000-default.conf:1)
ServerRoot: "/etc/apache2"
Main DocumentRoot: "/var/www/html"
Main ErrorLog: "/var/log/apache2/error.log"
Mutex watchdog-callback: using_defaults
Mutex default: dir="/var/run/apache2/" mechanism=default
PidFile: "/var/run/apache2/apache2.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name="www-data" id=33
Group: name="www-data" id=33
Hors ligne
#20 Le 25/01/2021, à 22:37
- kedjo
Re : Problème PHPMYADMIN
Bonsoir,
Donne le retour
ls -l /var/www/html/
Hors ligne
#21 Le 26/01/2021, à 08:21
- koaz
Re : Problème PHPMYADMIN
Bonjour,
koaz@koaz:~$ ls -l /var/www/html/
total 8
-rw-r--r-- 1 root root 12 janv. 18 13:37 index.html
drwxr-xr-x 6 root root 4096 janv. 10 2019 site
Hors ligne
#22 Le 26/01/2021, à 12:55
- kedjo
Re : Problème PHPMYADMIN
Bonjour,
Je ne sais pas si sur le navigateur tu saisis exactement quoi.
Fait la capture de ton navigateur après avoir saisi ceci sur la barre de navigateur
http://localhost/index.html
Hors ligne
#23 Le 26/01/2021, à 14:33
- koaz
Re : Problème PHPMYADMIN
Bonjour,
Ça marche cela me donne : "Bonjour" comme dans mon éditeur de texte.
Mais la n'est pas le soucis, le problème viens du fait que je ne puisse pas accéder au localhost
Hors ligne
#24 Le 26/01/2021, à 14:43
- kedjo
Re : Problème PHPMYADMIN
Il ne doit pas y avoir un problème pour accéder à localhost.
Met ceci sur la barre d'adresse du navigateur et donne la capture de ton navigateur.
http://localhost/
ou simplement
localhost
Hors ligne
#25 Le 26/01/2021, à 14:47
- kedjo
Re : Problème PHPMYADMIN
Comme le serveur apache2 marche tu peux déjà commencer à installer mysql et phpmyadmin
Hors ligne