PHP Error: Extension pdo_mysql is not found.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seandakid
    Junior Member
    • Sep 2020
    • 16

    PHP Error: Extension pdo_mysql is not found.

    Hello everyone. We are doing a new install of Version 7.2.7 on PHP 8.1. We have enabled the pdo_mysql module, but we are still getting the "PHP Error: Extension pdo_mysql is not found." error.

    Any ideas on what could be wrong?
  • yuri
    Member
    • Mar 2014
    • 8470

    #2
    Hi,

    Might be still not enabled for the webserver PHP.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • seandakid
      Junior Member
      • Sep 2020
      • 16

      #3
      Originally posted by yuri
      Hi,

      Might be still not enabled for the webserver PHP.
      Thanks for the response Yuri. I ended up changing my PHP settings from pdo_mysql to nd_pdo_sql and it connected to the db.

      Comment

      Working...