PDO

Jeff Greenberg listmail.ayendesigns at gmail.com
Mon Apr 22 13:58:12 UTC 2019


That was it. I think PDO used to be separate, but perhaps not. Anyway, thanks!!

On Apr 22, 2019, at 01:46, Andrew Udvare <audvare at gmail.com> wrote:


> On 2019-04-21, at 22:38, Jeff Greenberg <listmail.ayendesigns at gmail.com> wrote:
> 
> Hi. I’ve been using vbox for a few years on my Mac for Drupal development. I decided since I have ports installed, I’d give it a try there.
> I have Apache 2.4, MySQL 5.5 and PHP 7.2 installed and configured. My issue is that Drupal wants a PDO driver, and there doesn’t seem to be any PDO MySQL driver listed.

I think you have to install php**-mysql to get this driver. Example:

port install php73-mysql

If you are using PHP-FPM or something similar you will have to restart it for the driver to be recognised.

--
Andrew Udvare


More information about the macports-users mailing list