Warning

mysqli_connect(): (HY000/2002): No such file or directory

fichier /home/coconews/www/sys/libs/DB.php, ligne 67

Contexte

$host : localhost
$user : devcoconews
$pass : AntWl2HuBDQMTN3%
$name : devcoconews

Extrait

59		return self::$_connexions[$id];
60	}
61	
62	
63	
64	public function __construct($host = '', $user = '', $pass = '', $name = '')
65	{
66		// tentative de connexion
67		$this->link		= mysqli_connect($host, $user, $pass);
68		
69		// pas de connexion
70		if(!$this->link)
71		{
72			return FALSE;
73		}
74		
75		// tentative de selection de la base
fini