introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.

Go to Topic: PreviousNext
Go to: Message ListNew TopicSearchLog InPrint View

pb de connexion



Posted by: herault34
March 31, 2009 09:14AM
Bonjour
Ancien utilisateur de easyphp sur xp.
Je viens de telecharger et d'installer la version 2.0 sur vista.
j'ai cree cette page pour me connecter et voici le code
<?php
// Déclaration des paramètres de connexion
$host = "localhost";
$user = "root";
$passwd = "";
// Connexion au serveur
mysql_connect($host,$user,$passwd) or die("erreur de connexion au serveur");
?>
quand je lance mon web local j'ai cette erreur
Warning: mysql_connect() [function.mysql-connect]: Accès refusé pour l'utilisateur: 'root'@'@localhost' (mot de passe: NON) in C:\Program Files\EasyPHP 3.0\www\index.php on line 27
erreur de connexion au serveur

Quelqu'un aurait il l'idee ou j'ai fait mon erreur
Merci par avance de vos reponse

Yves
Options: ReplyQuote


Go to: Message ListSearchLog In
Your Name: 
Your Email: 
Subject: 
Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.