bonsoir j'ai un probléme de connexion a ma bd voici le script de connexion
et jai ce message derreur:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 <?php # FileName="Connection_php_mysql.htm" # Type="MYSQL" # HTTP="true" $hostname_connex2 = "host"; $database_connex2 = "monbd"; $username_connex2 = "user"; $password_connex2= "password"; $connex2 = mysql_pconnect($hostname_connex2, $username_connex2, $password_connex2) or trigger_error(mysql_error(),E_USER_ERROR); ?>
Warning: mysql_pconnect(): Can't connect to MySQL server on 'monserveur' (110)
Partager