连接数据库-找不到驱动程序

浏览:1724 发布日期:2015/03/23 分类:求助交流
config.php配置:
'DB_TYPE' => 'mysql', // 数据库类型
'DB_USER' => 'root', // 用户名
'DB_PWD' => '123456', // 密码
'DB_PREFIX' => 'wx_', // 数据库表前缀
'DB_DSN' => 'mysql:host=localhost;dbname=wechat;charset=utf8',


--------------------------------------------------------------------------------
:(
could not find driver
错误位置
FILE: /usr/local/apache/htdocs/wechat/ThinkPHP/Library/Think/Db/Driver.class.php  LINE: 109
最佳答案
评论( 相关
后面还有条评论,点击查看>>