Salut,
Documentation de phpMyAdmin :
Code :
For 'HTTP' and 'cookie' modes, phpMyAdmin needs a controluser that has only the SELECT privilege on the `mysql`.`user` (all columns except `Password`), `mysql`.`db` (all columns), `mysql`.`host` (all columns) and `mysql`.`tables_priv` (all columns except `Grantor` and `Timestamp`) tables.
You must specify the details for the controluser in the config.inc.php file under the $cfg['Servers'][$i]['controluser'] and $cfg['Servers'][$i]['controlpass'] settings.
Autrement dit, si tu veux utiliser cette fonctionnalité (que je n'ai jamais utilisée bien que j'utilise toujours l'authentification HTTP), il faut créer un utilisateur, dont le nom importe peu, et qu'il ait UNIQUEMENT le privilège SELECT sur la table users de la base mysql.
Sinon, tu laisses comme par défaut, vide, ça devrait très bien aller quand même.
--
Neige
Souvent la réponse à votre question se trouve dans la
doc. Commencez par là ;)