Hello 馃憢,
is it possible to add the mysqli extension to the phpfpm container that would make it possible to use phpmyadmin and other php sites that need it :)
Thank you very much,
Timo
I think pdo_mysql is already installed. mysqli is therefore not necessary.
Yes but for example phpmyadmin need mysqli so adding it would definitely be nice. And supporting it should not have any drawbacks so why not just add it?
You should try Adminer
It's lightweight, fast and just one file. Maybe it's not as pretty as PMA, but it does the job.
And supporting it should not have any drawbacks so why not just add it?
The basic question is: How far do we want to overload Mailcow? Any piece of software can lead somewhere back for problems (e.g. during the build process). Keeping software thin is important.
And you can use your own PHP container for phpmyadmin instead.
But this is a decision @andryyy has to make.
I have the same issue, I need mysqli in PHPFPM. I can install it manually (via docker-php-ext-install), but I need it for one virtual host that uses it. @andryyy I would suggest we re-open the issue.
That's not a bug or an issue. We don't need it for mailcow.
Most helpful comment
You should try Adminer
It's lightweight, fast and just one file. Maybe it's not as pretty as PMA, but it does the job.