j'ai telechargé le dernier phpmyadmin (phpMyAdmin-2.7.0-pl2.zip) et il ne contient pas de fichier config.inc.php
et je fais comment moi pour le configurer
merci pour votre aide
<?php
$cfg['PmaAbsoluteUri'] = 'http://yourdomain.com';
$cfg['Servers'][1]['host'] = 'localhost';
$cfg['Servers'][1]['connect_type'] = 'tcp';
$cfg['Servers'][1]['extension'] = 'mysql';
$cfg['Servers'][1]['auth_type'] = 'config';
$cfg['Servers'][1]['user'] = 'username';
$cfg['Servers'][1]['password'] = 'password';
$cfg['Servers'][1]['AllowRoot'] = FALSE;
?>