Probleme avec un PHP

Fermé
THEPIXADE Messages postés 25 Date d'inscription samedi 10 novembre 2012 Statut Membre Dernière intervention 17 novembre 2013 - 10 nov. 2012 à 17:37
Nhay Messages postés 838 Date d'inscription vendredi 2 novembre 2012 Statut Membre Dernière intervention 17 décembre 2015 - 10 nov. 2012 à 20:37
Bonjour

Je cherche le probleme mais je sais pas

<?php

session_start();

$BDD = mysql_connect("localhost","root","");
mysql_select_db("database");

?>

<?php


sa me mette

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in /home/worlofcr/public_html/index.php on line 5

Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'worlofcr'@'localhost' (using password: NO) in /home/worlofcr/public_html/index.php on line 6

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /home/worlofcr/public_html/index.php on line 6
A voir également:

1 réponse

Nhay Messages postés 838 Date d'inscription vendredi 2 novembre 2012 Statut Membre Dernière intervention 17 décembre 2015 126
10 nov. 2012 à 20:37
Access denied for user 'root'@'localhost'

ça me semble logique, accès refusé, regarde si il n'y as pas un mot de passe, où vérifie que le nom de compte s'intitule bien root.
0