PHP - MySQL
Fermé
misterbinou
Messages postés
3
Date d'inscription
samedi 1 mai 2010
Statut
Membre
Dernière intervention
1 mai 2010
-
1 mai 2010 à 11:09
misterbinou Messages postés 3 Date d'inscription samedi 1 mai 2010 Statut Membre Dernière intervention 1 mai 2010 - 1 mai 2010 à 12:52
misterbinou Messages postés 3 Date d'inscription samedi 1 mai 2010 Statut Membre Dernière intervention 1 mai 2010 - 1 mai 2010 à 12:52
A voir également:
- PHP - MySQL
- Easy php - Télécharger - Divers Web & Internet
- Mysql community server - Télécharger - Bases de données
- Mysql gratuit ou payant - Forum MySQL
- Error 2002 (hy000): can't connect to local mysql server through socket '/var/lib/mysql/mysql.sock' (2) ✓ - Forum Linux / Unix
- Bouton php - Forum PHP
2 réponses
Urielxx
Messages postés
190
Date d'inscription
mardi 26 août 2008
Statut
Membre
Dernière intervention
25 juin 2013
46
1 mai 2010 à 11:31
1 mai 2010 à 11:31
Tu as bien mysql qui apparait lorsque tu regardes ton phpinfo() ?
FisherGraph
Messages postés
8
Date d'inscription
samedi 1 mai 2010
Statut
Membre
Dernière intervention
1 mai 2010
1 mai 2010 à 12:08
1 mai 2010 à 12:08
$connexion =msqli_connect($host,$user,$password);
??
$connexion = new mysqli_connect($host,$user,$password,$bdd);
Oublie pas d'activé la PDO ;)
??
$connexion = new mysqli_connect($host,$user,$password,$bdd);
Oublie pas d'activé la PDO ;)
misterbinou
Messages postés
3
Date d'inscription
samedi 1 mai 2010
Statut
Membre
Dernière intervention
1 mai 2010
1 mai 2010 à 12:52
1 mai 2010 à 12:52
Bonjour,
j'ai $host = localhost, $user=root et pas de mot de passe pour l'instant
Pourquoi new mysqli_connect?
et pour vérifier que ça marche, je fais $sql="show status";
c quoi la PDO?
Merci
j'ai $host = localhost, $user=root et pas de mot de passe pour l'instant
Pourquoi new mysqli_connect?
et pour vérifier que ça marche, je fais $sql="show status";
c quoi la PDO?
Merci
1 mai 2010 à 12:49
Merci