MyBB Community Forums

Full Version: How to get PgSQL/PostgreSQL as an option?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have apache2, php7.3, and debian10

I have postgresql installed but i think I'm missing something to connect php and postgresql? Huh
apt-get install php-pgsql could help you
Didn't remember if you need to activate it in php.ini or if it's automatic after installation
it worked thank you Smile

i had to add extension=php_pgsql.so in /etc/php/7.3/apache2/php.ini after apt-get install php-pgsql also (in case someone else reads this in the future)