How to check if PDO support is enabled in my Apache Installation?

前端 未结 3 487
余生分开走
余生分开走 2021-01-19 12:02

I am using a shared hosting through CIPL.in. They use cpanel. I am trying to deploy a ZEND app on my website. However it keeps giving the error.

An error oc         


        
3条回答
  •  庸人自扰
    2021-01-19 12:46

    Does this application want Pdo_Mysql? If so you may be able to use the Mysqli adapter instead - it depends on the software but it's possible.

    In the area where you set your database connection details, there's probably an option called 'adapter'. Try setting its value to 'mysqli'

提交回复
热议问题