Problem with mysql PDO in Zend

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shalinikonatam
    New Member
    • Sep 2007
    • 10

    Problem with mysql PDO in Zend

    Iam new to Zend.
    when i tried to use zend_db iam frequeltly getting this error.
    Even i have PDO support and iam using mysql5.0

    Fatal error:

    Uncaught exception 'Zend_Db_Adapte r_Exception'
    with message 'The mysql driver is not currently installed' in C:\Program Files\Zend\Core \library\Zend\D b\Adapter\Pdo\A bstract.php:104
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, shalinikonatam.

    Try running phpinfo() to confirm that the MySQL is properly installed.

    Comment

    Working...