Project

General

Profile

Tâche #25520

Scénario #25294: La connexion de phpMyAdmin à Myql doit être fonctionnelle - SCRIBE-T10-007 - phpMyAdmin (2.7.0-b1)

Repasser le test SCRIBE-T10-007 - phpMyAdmin

Added by Gérald Schwartzmann almost 5 years ago. Updated almost 5 years ago.

Status:
Fermé
Priority:
Normal
Start date:
10/11/2018
Due date:
% Done:

100%

Spent time:
Remaining (hours):
0.0

History

#1 Updated by Scrum Master almost 5 years ago

  • Status changed from Nouveau to En cours

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

  • % Done changed from 0 to 100

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

  • Status changed from En cours to Résolu

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

  • Subject changed from Repasse le test SCRIBE-T10-007 - phpMyAdmin to Repasser le test SCRIBE-T10-007 - phpMyAdmin

#5 Updated by Laurent Flori almost 5 years ago

J'ai repassé le test, celui ci passe sauf pour l'exploration de la base de données de sympa mais ce n'est pas du à l'interface, c'est du au fait que la base de sympa n'est pas créée.
Mahcine utilisée pour le test: etb1.scribe-2.7.0a9-instance-AvecImport)

On peut voir cela en se connectant en console sur le serveur mysql:

mysql -u root -p 
use sympa
Database changed
mysql> show tables;
Empty set (0.00 sec)

Si on fait la même chose sur une autre base de données:

mysql -u root -p
mysql> use roundcube
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+----------------------+
| Tables_in_roundcube  |
+----------------------+
| cache                |
| cache_index          |
| cache_messages       |
| cache_shared         |
| cache_thread         |
| contactgroupmembers  |
| contactgroups        |
| contacts             |
| dictionary           |
| identities           |
| pop3fetcher_accounts |
| searches             |
| session              |
| system               |
| users                |
+----------------------+
15 rows in set (0.00 sec)

#6 Updated by Laurent Flori almost 5 years ago

  • Status changed from Résolu to Fermé
  • Remaining (hours) set to 0.0

Also available in: Atom PDF