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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@electricmessiah cc @jhmckimm |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions