Welcome Guest, Not a member yet? Register   Sign In
A Database Error
#1

[eluser]nnn[/eluser]
Quote:Unable to select the specified database: mydb

Filename: system\database\DB_driver.php

Can anyone help me what i need to do.
#2

[eluser]noslen1[/eluser]
You probably haven't correctly set your database connection located in /config/database.php

Code:
$db['default']['hostname'] = 'localhost'; // or distant DB
$db['default']['username'] = ''; // User able to connect to your db, blank or "root" in local
$db['default']['password'] = ''; // You should know it
$db['default']['database'] = ''; // The name of your DB
$db['default']['dbdriver'] = 'mysql'; // If it's running on mysql




Theme © iAndrew 2016 - Forum software by © MyBB