|
发表于 2012-3-8 15:48:31
|
显示全部楼层
配置了:system/application/config/database.php
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "root";
$db['default']['password'] = "11111";
$db['default']['database'] = "qilusoft";
$db['default']['dbdriver'] = "mysql";
$db['phpwind']['hostname'] = "localhost";
$db['phpwind']['username'] = "root";
$db['phpwind']['password'] = "11111";
$db['phpwind']['database'] = "phpwind";
$db['phpwind']['dbdriver'] = "mysql";
$db['phpwind']['dbprefix'] = "";
$db['phpwind']['pconnect'] = false;
打開:--->http://localhost/qloa/
顯示錯誤.不知是那沒設好~~~~~~{:soso_e101:}
A Database Error Occurred
Unable to select the specified database: qilusoft
Filename: C:\AppServ\www\qloa\system\database\DB_driver.php
Line Number: 140 |
|