Home N-13 News Forums Help Search
RegisterForgot password?
How to add image to post necklacesdiscou
Known bugs - 4.0.3 necklacesdiscou

Latest N-13 News 4.0.3

What is N-13 News?
Where can I get help?
Known bugs

Forums Help & Support problem with mysql on installation..
Devilak0s
Posted on 01 Oct 2009, 14:37:50

Access: Member
Total Posts: 2
Joined: 2009-10-01

first of all sorry for my english,i hope you will understand what i want to ask you..

i'm trying to install the news scripts, i complete the fields in db.php and i upload it..
now i run install.php, and when i press Test Connection button, show me an error:
"Access denied for user 'nobody'@'localhost' (using password: NO)", but i don't type nowhere nobody, why show me this error? only in db.php i have to write mysql information settings?
now i write again mysql infos in the fields that have install.php,but the same message showed to me again..can someone tell me what to do or a possible way to try?

thanks a lot for your time!:)
#909
Hackerzlab
Posted on 01 Oct 2009, 15:50:17

Access: Member
Total Posts: 31
Joined: 2009-09-25

this should be your setting in db.php
Code:
<?php
/*------- Database connection info & settings only if you are using localhost------*/
$cfg['hostname'] = "localhost";
$cfg['user'] = "root";
$cfg['pass'] = "";
$cfg['database'] = "name_of_your_database";
?>

hope u have setup a database already @ http://localhost/phpmyadmin
#910
Devilak0s
Posted on 01 Oct 2009, 17:07:44

Access: Member
Total Posts: 2
Joined: 2009-10-01

mysql settings are:

<?php
/*------- Database connection info & settings ------*/
$cfg['hostname'] = "mysql12.000webhost.com";
$cfg['user'] = "a2278067_usr";
$cfg['pass'] = "something";
$cfg['database'] = "a2278067_news";
?>

i use this settings and when i press test connection shows me
Access denied for user 'nobody'@'localhost' (using password: NO)..
where it is find these settings that error shows me? i don't type
nowhere that user is nobody and have no password..
i show you what i have write in db.php and the error message still
appears..:(
#911
Chris
Posted on 01 Oct 2009, 19:51:38

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

You don't need to manually edit the db.php file. Try CHMOD the db.php file to 777 then run the install.php script again to see if it's then able to write the database connection into the the db.php file.
#912
Network-13.com © 2013