PHP - How to install PDO driver? (Windows)

后端 未结 2 617
孤街浪徒
孤街浪徒 2020-12-07 02:12

I am setting up PHP and MySQL (Maria DB) on Windows 8.1. I edited php.ini file and uncommented the following lines:

extension=php_mysql.dll
extension=php_mys         


        
相关标签:
2条回答
  • 2020-12-07 02:28

    Finaly I managed to settle this stuff. I corrected extension_dir entry (absolute file path was needed) in php.ini file and database connection began to work.

    0 讨论(0)
  • 2020-12-07 02:44

    Check the extension_dir of your current apache directory, i installed 2 php versions and apache, and the problem was in wamp\bin\apache\Apache2.4.23\bin\php.ini , the path of ext was incorrect

    0 讨论(0)
提交回复
热议问题