TimWolla / docker-adminer

Database management in a single PHP file
https://hub.docker.com/_/adminer/
157 stars 69 forks source link

None of the supported PHP extensions (SQLSRV, MSSQL, PDO_DBLIB) are available. #131

Closed S1L3NTANG3L closed 1 year ago

S1L3NTANG3L commented 1 year ago

Hi, I'm trying to connect a ms sql server but getting this, you maybe know where/how I can fix this?

TimWolla commented 1 year ago

This is likely a regression of #129.

TimWolla commented 1 year ago

@S1L3NTANG3L Can you please try the updated Dockerfile in #129? I just pushed a possible fix. I don't use Microsoft's SQL Server myself.

ewag commented 1 year ago

I tested your Dockerfile out, and it worked just fine. Was able to do everything I could normally do in adminer on my mssql databases. Query, create a DB, run a script, etc.

S1L3NTANG3L commented 1 year ago

What is the current version of the Docker?

ewag commented 1 year ago

What is the current version of the Docker?

I cloned the repo, and used the pull request (#129 )to build a container I could test in my kubernetes cluster where I have adminer running.

TimWolla commented 1 year ago

Thanks for the feedback, I've now created the PR at docker-library/official-images, see above.

TimWolla commented 1 year ago

Already merged, the updated images should be available soon on Docker Hub.