Menu

PostgrSQL link to adminer

Mihael
2018-08-16
2018-09-18
  • Mihael

    Mihael - 2018-08-16

    Hi,

    I am hosting small PostgrSQL DB on AWS service, http server with php is also on AWS.

    When I try to link Adminer with DB I am getting error

    No extension
    
    None of the supported PHP extensions (PgSQL, PDO_PgSQL) are availabl
    

    With some googleing, I found problem could be solve with

    uncommentig extension=php_pgsql.dll in php.ini

    My php.ini dont have that line so I simply add it (without comment)

    but I am geting same error.

    I am running PHP Version 5.6.36

    Please help :)

     
  • Jakub Vrána

    Jakub Vrána - 2018-09-18

    You probably need to restart the web server.

     

Log in to post a comment.