This topic is locked
[SOLVED]

 ftp error can not display the project

5/24/2010 1:24:14 PM
PHPRunner General questions
N
Nic author

Fatal error: Access denied for user 'donpancrazio'@'localhost' to database 'RealEstate' in /membri/donpancrazio/include/dbconnection.php on line 12
What can I do

C
chaintm 5/24/2010



Fatal error: Access denied for user 'donpancrazio'@'localhost' to database 'RealEstate' in /membri/donpancrazio/include/dbconnection.php on line 12
What can I do


login issue , nothing to do with the php unless your inital setup is wrong. Usually the login for database servers by default is 'root', try that.

Sergey Kornilov admin 5/24/2010

You need to make sure MySQL username and password are correct on the server. Connection settings can be found in include/dbcommon.php file on the server.

N
Nic author 6/1/2010



You need to make sure MySQL username and password are correct on the server. Connection settings can be found in include/dbcommon.php file on the server.


Great help I solved thanks.

I gave permission to the mysql database user donpancrazio, then I changed the parameters in include/dbcommon.php file on the server.

Cordial greetings