Warning: session_start() [function.session-start]: open(/sessions/sess_8ac3f6472866b187cc658a2aab5d9c74, O_RDWR) failed: No space left on device (28) in /home/users/00/03/bb/home/www:ssl/include/functions.php on line 63

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/users/00/03/bb/home/www:ssl/include/functions.php:63) in /home/users/00/03/bb/home/www:ssl/include/functions.php on line 63

Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /home/users/00/03/bb/home/www:ssl/include/functions.php on line 66

Warning: Cannot modify header information - headers already sent by (output started at /home/users/00/03/bb/home/www:ssl/include/functions.php:63) in /home/users/00/03/bb/home/www:ssl/header.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at /home/users/00/03/bb/home/www:ssl/include/functions.php:63) in /home/users/00/03/bb/home/www:ssl/header.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /home/users/00/03/bb/home/www:ssl/include/functions.php:63) in /home/users/00/03/bb/home/www:ssl/header.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at /home/users/00/03/bb/home/www:ssl/include/functions.php:63) in /home/users/00/03/bb/home/www:ssl/header.php on line 19

Warning: Cannot modify header information - headers already sent by (output started at /home/users/00/03/bb/home/www:ssl/include/functions.php:63) in /home/users/00/03/bb/home/www:ssl/header.php on line 22
Ecrire une réponse - problème connexion - Problèmes - lesCigales.ORG - Hébergement gratuit sans publicité

Vous n'êtes pas identifié. Veuillez vous connecter ou vous inscrire.


Ecrire une réponse

Ecrire une réponse

Composez et envoyez votre nouvelle réponse

Vous pouvez utiliser : BBCode Images Binettes

Les champs marqués %s doivent être remplis avant d'envoyer ce formulaire.

Information obligatoire pour les invités


Information obligatoire

Revue du sujet (plus récents en tête)

4

merci beaucoup maintenant ça marche. Je vous remercie pour votre aide très utile

3

Bonne réponse en effet smile

http://sql.lescigales.org/ est simplement l'adresse web (pour navigateur) qui dirige vers l'application phpMyAdmin. Les connexions à partir de PHP se font sur le serveur 'local', c'est à dire, 'localhost'.

2

Salut,

La syntaxe de mysql_connect n'est pas correcte :

http://fr.php.net/mysql_connect a écrit:

resource mysql_connect  ([ string $server  [, string $username  [, string $password  [, bool $new_link  [, int $client_flags  ]]]]] )

Tu dois avoir quelque chose comme :

mysql_connect(localhost, utilisateur, password);

Bonne journée wink

1

Bonjour à tous, je rencontre un problème quand je veux me connecter à ma base. Mon code php est le suivant :
$connexion = mysql_connect("http://sql.lescigales.org", "localhost", "********");
$selec = mysql_select_db("bdy_mysql");

je ne vois pas ou se trouve mon erreur  en réponse à ce code j'obtiens le message suivant :


Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/users/00/04/ef/home/www/dossier/index.php on line 3

Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'bdy'@'localhost' (using password: NO) in /home/users/00/04/ef/home/www/dossier/index.php on line 4

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /home/users/00/04/ef/home/www/dossier/index.php on line 4

Merci de votre aide



Currently used extensions: pun_poll, pun_admin_manage_extensions_improved. Copyright © 2008 PunBB


Warning: Unknown: open(/sessions/sess_8ac3f6472866b187cc658a2aab5d9c74, O_RDWR) failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/sessions) in Unknown on line 0