AgentGeek / php-image-host

Automatically exported from code.google.com/p/php-image-host
Other
0 stars 0 forks source link

please fix this error #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.i am editing my all db.php details correctly by the error is showing
named(The current settings give the error: Access denied for user
'desimedi'@'localhost' (using password: NO) )
http://desimediatube.com/img/
and this is my current settings in db.php
$db_settings = array();
$db_settings['host'] = 'localhost'; // mysql database host
$db_settings['user'] = 'desimedi_image';    // mysql database username
$db_settings['password'] = 'mashallah'; // mysql database password
$db_settings['name'] = 'desimedi_image';    // mysql database name
$db_settings['prefix'] = '';    // not yet used

Original issue reported on code.google.com by vori...@gmail.com on 6 Aug 2009 at 7:23

GoogleCodeExporter commented 9 years ago
error in ur configuration lol

Original comment by dewamabu...@gmail.com on 13 Oct 2009 at 11:37