dongpai9986 2017-08-14 20:36
浏览 82

如何在Azure上运行服务器安装MySQL PHP驱动程序?

I'm trying to connect to a database that's hosted on Microsoft Azure and I'm getting this message:

Uncaught exception 'PDOException' with message 'could not find drive...

I know I'm missing a driver somewhere, but don't know where or how I'm supposed to install it. I'm not sure if I need to activate it somewhere in Azure or if this needs to be a local install.

Any info on what I'm supposed to do would be great.

Thanks.

  • 写回答

2条回答 默认 最新

  • dongyiyu3953 2017-08-14 22:02
    关注

    Please read the Prerequisites section of this article to know which driver you need to install to be able to connect to a SQL Server VM on Azure or to connect to a SQL Azure Database Server.

    Hope this helps.

    评论

报告相同问题?