Project

General

Profile

Scénario #25294

La connexion de phpMyAdmin à Myql doit être fonctionnelle - SCRIBE-T10-007 - phpMyAdmin (2.7.0-b1)

Added by Laurent Flori almost 5 years ago. Updated almost 5 years ago.

Status:
Terminé (Sprint)
Priority:
Normal
Category:
-
Start date:
10/11/2018
Due date:
10/26/2018
% Done:

100%

Spent time:
(Total: 2.00 h)
Story points:
1.0
Remaining (hours):
0.00 hour
Velocity based estimate:
Release:
Release relationship:
Auto

Description

Impossible de se connecter avec le compte root/eole21

http://squash-tm.eole.lan/squash/executions/7826

Explication:

le problème vient toujours de plugin auth_socket au lieu de password. Cela devait être résolu par postservice/00-mysql-native-password mais ce script renvoie en plus du type de plugin le nom de la colonne sql de la requête.

Proposition :

Remplacer la ligne:

plugin=$(mysql --batch -e 'use mysql;select plugin from user where user="root" and plugin="auth_socket";' 2>/dev/null)

par celle-ci

plugin=$(mysql --skip-column-names --batch -e 'use mysql;select plugin from user where user="root" and plugin="auth_socket";' 2>/dev/null)

Subtasks

Tâche #25519: Appliquer le patch en postserviceFerméGérald Schwartzmann

Tâche #25520: Repasser le test SCRIBE-T10-007 - phpMyAdminFerméGérald Schwartzmann

Tâche #25523: La version de phpmyadmin devrait être entièrement compatible avec la version de PHPFerméGérald Schwartzmann

History

#1 Updated by Daniel Dehennin almost 5 years ago

  • Subject changed from Correction SCRIBE-T10-007 - phpMyAdmin (2.7.0-b1) to La connexion de phpMyAdmin à Myql doit être fonctionnelle - SCRIBE-T10-007 - phpMyAdmin (2.7.0-b1)
  • Parent task deleted (#24655)

#2 Updated by Daniel Dehennin almost 5 years ago

  • Tracker changed from Tâche to Scénario
  • Due date set to 10/05/2018
  • Release set to EOLE 2.7.0

#3 Updated by Scrum Master almost 5 years ago

  • Target version changed from sprint 2018 38-40 Equipe MENSR to sprint 2018 41-43 Equipe MENSR

#4 Updated by Laurent Flori almost 5 years ago

  • Description updated (diff)

#5 Updated by Laurent Flori almost 5 years ago

  • Description updated (diff)

#6 Updated by Scrum Master almost 5 years ago

  • Story points set to 1.0

#7 Updated by Gérald Schwartzmann almost 5 years ago

  • Assigned To set to Gérald Schwartzmann

#8 Updated by Gérald Schwartzmann almost 5 years ago

  • Description updated (diff)

#9 Updated by Gérald Schwartzmann almost 5 years ago

  • Status changed from Nouveau to Terminé (Sprint)

Also available in: Atom PDF