0

I'm getting this error when i try to migrate. Im trying to run my project on postgres on MAC OS. Any suggestion how can i do this? I uncomment this in php.ini but i nothing happend.

   extension=php_pdo_pgsql.dll
    extension=php_pgsql.dll
1

1 Answer 1

1

add this line in php.ini

extension=pdo_mysql.so

and then install the PDO by running following command:

sudo apt-get install php-mysql

EDIT

and also try to restart your computers sometimes it happens that restarting apache did not reloads the configuration

Sign up to request clarification or add additional context in comments.

3 Comments

im not using linux, im using macos
so try to restart your computers sometimes it happens that restarting apache did not reloads the configuration
How is this accepted answer as the question is about mac os, not linux?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.