php - Codeigniter Framework Database Error -


i getting following error in codeigniter mvc framework project.

unable connect database server using provided settings.
filename: c:\xampp\htdocs\citizen\system\database\db_driver.php
line number: 125

any idea how debug this.

if go 'application/config' directory , open database.php @ line 51 see

$db['default']['hostname'] = 'the hostname of database server'; $db['default']['username'] = 'the username used connect database'; $db['default']['password'] = 'the password used connect database'; $db['default']['database'] = 'the name of database want connect to'; 

fill in these match settings. hostname 'localhost', rest set @ time. hope helps regards keith


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -