PDO: Could not find driver php/mysql

前端 未结 2 772
南笙
南笙 2020-12-10 18:50

i\'m having issues connecting to my database on a web host that I have, i\'m using the following:

$dsn = \'mysql:host=mysql1.hosting.digiweb.ie;dbname=mydbna         


        
2条回答
  •  悲哀的现实
    2020-12-10 19:08

    go to your php.ini file and uncomment this line

        extension=php_pdo_mysql.dll
    

    and then restart your apache

提交回复
热议问题