求幫忙,無法資料庫載入驅動,這問題怎麼解決

來源:互聯網
上載者:User
namespace Home\Controller;
use Think\Controller;
class IndexController extends Controller {
public function index(){
$Data = M('oa_news');
$this-> data = $Data->select();
$this-> display();
}
}
?>

return array(

'DB_TYPE' => 'MySql',
'DB_HOST' => 'localhost',
'DB_NAME' => 'Wechar',
'DB_USER' => 'root',
'DB_PWD' => 'root',
'DB_PORT' => 3306,

);












:(
無法載入資料庫驅動: Think\Db\Driver\
錯誤位置
FILE: E:\ThinkPHP\ThinkPHP\Library\Think\Db.class.php  LINE: 42
TRACE
#0 E:\ThinkPHP\ThinkPHP\Library\Think\Db.class.php(42): E('\xE6\x97\xA0\xE6\xB3\x95\xE5\x8A\xA0\xE8\xBD\xBD\xE6\x95\xB0...')
#1 E:\ThinkPHP\ThinkPHP\Library\Think\Model.class.php(1423): Think\Db::getInstance('')
#2 E:\ThinkPHP\ThinkPHP\Library\Think\Model.class.php(97): Think\Model->db(0, '', true)
#3 E:\ThinkPHP\ThinkPHP\Common\functions.php(621): Think\Model->__construct('oa_news', '', '')
#4 C:\xampp\htdocs\app\Application\Home\Controller\IndexController.class.php(6): M('oa_news')
#5 [internal function]: Home\Controller\IndexController->index()
#6 E:\ThinkPHP\ThinkPHP\Library\Think\App.class.php(164): ReflectionMethod->invoke(Object(Home\Controller\IndexController))
#7 E:\ThinkPHP\ThinkPHP\Library\Think\App.class.php(205): Think\App::exec()
#8 E:\ThinkPHP\ThinkPHP\Library\Think\Think.class.php(120): Think\App::run()
#9 E:\ThinkPHP\ThinkPHP\ThinkPHP.php(97): Think\Think::start()
#10 C:\xampp\htdocs\app\index.php(24): require('E:\\ThinkPHP\\Thi...')
#11 {main}


回複討論(解決方案)

你的 MySQL 沒有啟動,或沒有載入 mysql 擴充

你可以試試127.0.0.1 有可能你loacalhost訪問不了mysql。

問題已經解決了 謝謝

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.