How can I enable legacy mysql #420
Unanswered
electricmessiah
asked this question in
Q&A
Replies: 3 comments
|
Solved with this, but is there an easier/cleaner way? |
0 replies
Create your own Dockerfile that is based on the shinsenter image you wish to use, and simply run FROM shinsenter/php:8.5-fpm-nginx@sha256:b9b9a7a5b9ef8b2f67fc400a124c8f9e24b67a18c53183319cf7c8a2c062e80c
RUN phpaddmod xdebug |
0 replies
|
@electricmessiah cc @jhmckimm |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to get some old sites working that use deprecated mysql_connect(). Is there an environment var I can use in my stack to enable the legacy 5.6 mysql as the example below?
All reactions