Bonjour !!
il m'est impossible d'etablir une connection securise avec mon serveur mysql4.1 sauf pour l'utilisateur annonyme !!
Code :
--------
$host = "localhost";
$user = "root";
$pass = "thalla";

$link = mysql_connect($host,$user,$pass) or die ("cant connect to database !!!: ".mysql_error());
et je recois le msg suivant :
cant connect to database !!!: Client does not support authentication protocol requested by server; consider upgrading MySQL client

SVP Que dois-je faire !!..?
merci Bcp