Script PHP envoyant une requete SQL
Fermé
geoff008
Messages postés
4
Date d'inscription
mardi 26 mai 2009
Statut
Membre
Dernière intervention
29 mai 2009
-
29 mai 2009 à 14:28
pyschopathe Messages postés 1974 Date d'inscription dimanche 2 mars 2008 Statut Membre Dernière intervention 22 mars 2010 - 29 mai 2009 à 15:01
pyschopathe Messages postés 1974 Date d'inscription dimanche 2 mars 2008 Statut Membre Dernière intervention 22 mars 2010 - 29 mai 2009 à 15:01
A voir également:
- Script PHP envoyant une requete SQL
- Script vidéo youtube - Guide
- Easy php - Télécharger - Divers Web & Internet
- Microsoft activation script - Accueil - Windows
- Erreur lors de l'envoi de la requête facebook marketplace - Forum Facebook
- Script cmd - Guide
3 réponses
pyschopathe
Messages postés
1974
Date d'inscription
dimanche 2 mars 2008
Statut
Membre
Dernière intervention
22 mars 2010
135
29 mai 2009 à 14:37
29 mai 2009 à 14:37
Quel problème ?
geoff008
Messages postés
4
Date d'inscription
mardi 26 mai 2009
Statut
Membre
Dernière intervention
29 mai 2009
29 mai 2009 à 14:43
29 mai 2009 à 14:43
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) in C:\Program Files\EasyPHP 3.0\www\tp\grostest.php on line 3
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\Program Files\EasyPHP 3.0\www\tp\grostest.php on line 6
Warning: mysql_query() [function.mysql-query]: Can't connect to MySQL server on 'localhost' (10061) in C:\Program Files\EasyPHP 3.0\www\tp\grostest.php on line 12
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Program Files\EasyPHP 3.0\www\tp\grostest.php on line 12
Erreur SQL !
SELECT nom,prenom,statut,date FROM famille_tbl
Can't connect to MySQL server on 'localhost' (10061)
Mais comme je l'ai dis j'ai le serveur MySQL qui est éteint et je ne comprend pas pourquoi!!!
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\Program Files\EasyPHP 3.0\www\tp\grostest.php on line 6
Warning: mysql_query() [function.mysql-query]: Can't connect to MySQL server on 'localhost' (10061) in C:\Program Files\EasyPHP 3.0\www\tp\grostest.php on line 12
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Program Files\EasyPHP 3.0\www\tp\grostest.php on line 12
Erreur SQL !
SELECT nom,prenom,statut,date FROM famille_tbl
Can't connect to MySQL server on 'localhost' (10061)
Mais comme je l'ai dis j'ai le serveur MySQL qui est éteint et je ne comprend pas pourquoi!!!
pyschopathe
Messages postés
1974
Date d'inscription
dimanche 2 mars 2008
Statut
Membre
Dernière intervention
22 mars 2010
135
29 mai 2009 à 15:01
29 mai 2009 à 15:01
Le code ne sert donc à rien puisque le problème est simplement que le serveur de base de données n'est aps lancé... Dans easyPHP tu dois avoir un .bat qui lance mysqld, cherche-le, démarre-le et ça devrait aller...