无法在doctrine php中找到名为mysql的驱动程序

时间:2009-12-11 11:52:54

标签: php doctrine configuration-files

我的应用程序在localhost上完美运行。但是当我在服务器上上传应用程序时,我收到了一个错误。我做了一个测试文件来检查数据库连接,这是我得到的错误。请告诉我如何解决这个问题..

Fatal error: Uncaught exception 'Doctrine_Connection_Exception' with message 'Couldn't locate driver named mysql' in /hermes/web05/b1392/moo.fanyer/httpdocs/doctrine/lib/Doctrine/Connection.php:492 Stack trace: #0 /hermes/web05/b1392/moo.fanyer/httpdocs/doctrine/lib/Doctrine/Connection/Mysql.php(101): Doctrine_Connection->connect() #1 /hermes/web05/b1392/moo.fanyer/httpdocs/doctrine/lib/Doctrine/Connection.php(1008): Doctrine_Connection_Mysql->connect() #2 /hermes/web05/b1392/moo.fanyer/httpdocs/doctrine/lib/Doctrine/Query/Abstract.php(1094): Doctrine_Connection->execute('SELECT u.id AS ...', Array) #3 /hermes/web05/b1392/moo.fanyer/httpdocs/doctrine/lib/Doctrine/Query/Abstract.php(1142): Doctrine_Query_Abstract->_execute(Array) #4 /hermes/web05/b1392/moo.fanyer/httpdocs/doctrine/models/Users.php(22): Doctrine_Query_Abstract->execute() #5 /hermes/web05/b1392/moo.fanyer/httpdocs/test.php(8): Users->get_details_username('mohit') #6 {main} thrown in /hermes/web05/b1392/moo.fanyer/httpdocs/doctrine/lib/Doctrine/Connection.php on line 492

编辑:如何启用我的sql驱动程序.. ???

3 个答案:

答案 0 :(得分:9)

apt-get install php5-mysql ---------------

答案 1 :(得分:8)

在php.ini文件中启用pdo_mysql

答案 2 :(得分:5)

确保:

  • 在已上载文件的服务器上启用了mysql扩展。
  • 您指定了正确的路径。
  • 没有目录权限问题