bonjour,
je voudrais savoir comment configurer phpmyadmin sur mon site web pour qu'il marche car je ny arrive pas , quelqun pourrait-il maider ?
merci
<?php
$cfg['PmaAbsoluteUri'] = 'http://x.x.x.x/phpMyAdmin/';
$cfg['Servers'][1]['host'] = 'localhost';
$cfg['Servers'][1]['auth_type'] = 'http';
?>