Problème avec connexion mysql
val3512
Messages postés
91
Statut
Membre
-
val3512 Messages postés 91 Statut Membre -
val3512 Messages postés 91 Statut Membre -
Bonjour,
je suis une débutant en php , je télécharge des script déja fais et je paramètre tout les script sur les info mysql de connexion et ... quand je fais un test pour s'inscrir il m'affiche :
//tes parametre pour ton serveur mysql
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/web/clients/gameszik.hostarea.org/www/new_m.php on line 4
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/web/clients/gameszik.hostarea.org/www/new_m.php on line 5
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/web/clients/gameszik.hostarea.org/www/new_m.php on line 13
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/web/clients/gameszik.hostarea.org/www/new_m.php on line 13
Warning: Cannot modify header information - headers already sent by (output started at /home/web/clients/gameszik.hostarea.org/www/conf.inc:3) in /home/web/clients/gameszik.hostarea.org/www/new_m.php on line 14
merci
--
v@l
je suis une débutant en php , je télécharge des script déja fais et je paramètre tout les script sur les info mysql de connexion et ... quand je fais un test pour s'inscrir il m'affiche :
//tes parametre pour ton serveur mysql
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/web/clients/gameszik.hostarea.org/www/new_m.php on line 4
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/web/clients/gameszik.hostarea.org/www/new_m.php on line 5
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/web/clients/gameszik.hostarea.org/www/new_m.php on line 13
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/web/clients/gameszik.hostarea.org/www/new_m.php on line 13
Warning: Cannot modify header information - headers already sent by (output started at /home/web/clients/gameszik.hostarea.org/www/conf.inc:3) in /home/web/clients/gameszik.hostarea.org/www/new_m.php on line 14
merci
--
v@l
Configuration: mac os 9.2.2 netscape 7
A voir également:
- Problème avec connexion mysql
- Gmail connexion - Guide
- Hotmail connexion - Guide
- Connexion leboncoin avec numéro de téléphone - Forum Réseaux sociaux
- Connexion sctr - Forum Discord
- Wifirst problème connexion - Forum WiFi
3 réponses
Salut a toi,
Probleme de connection regarde si tu na pas declarer deux fois la fonction :
mysql_connect ('ton_serveur', 'utilisateur', 'mot_de_pass');
Puis pour la function :
mysql_select_db('ta_base_de_donnée');
Cela est normal car la connection d'est pas etabli donc il na pas assez de arguments pour selectionner la connection en gros ses sois un probleme dans le script ou dans ta base de données tu utilise mysql 5.xxx ?
Probleme de connection regarde si tu na pas declarer deux fois la fonction :
mysql_connect ('ton_serveur', 'utilisateur', 'mot_de_pass');
Puis pour la function :
mysql_select_db('ta_base_de_donnée');
Cela est normal car la connection d'est pas etabli donc il na pas assez de arguments pour selectionner la connection en gros ses sois un probleme dans le script ou dans ta base de données tu utilise mysql 5.xxx ?