-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fpm-alpine mysql 5.7 crashes and MySQL 8 invalid access data #65
Comments
Hey, I just tested the Alpine Image with the docker-compose Files provided in the repository, both with MySQL 5.7 and MySQL 8. No issues so far:
Can you provide details on how you start/run the Container? Maybe use the DEBUG flags to get more information. Cheers, |
Hey, Markus. docker-compose.fpm.alpine.yml
Indeed, I am executing it like that:
MySQL 5.7This is strange. I still get errors for MySQL 5.7
As for MySQL 8
And I get in the web browser the following message:
I've used all the default config as possible. What am I missing? How do I make it work? |
Wow, those log message are truly horrifying:
Anyway, this doesn't seem Limesurvey related, rather MySQL being very confused. |
Thanks @jacksgt Now it works! Following your comments, I pruned the volumes and now it works with MySQL 5.7. However, how do I find the volumes? Because if I |
Hi, you can use
|
Looks like, whenever I change something in the docker-compose.fpm.alpine.yml file, I need to restart everything, including removing the volumes. Otherwise, I get the following error message:
I first tried When I execute
The container lime web remains as orphan. So I always have to execute:
So that
And then I have to remove manually the volume:
Is there a more confortable way to modify the I can't make it work if I change the database password right at the docker-compose.yml file. It feels as though the database password is indeed harcoded as "secret"???
I mean, it looks like it only works with the default credentials:
Should you change those credentials, it simply doesn't work and returns
If so, where can I then change the mysql password? |
I have run just like that, without moving anything but the server name in nginx, using the fpm-alpine configuration,
for Limesurvey 5.0.6 and now I get the following errors:
And in the web browser I get :
I've spent lots of hours and I just simply can't understand what going on is. How can I solve it? Can anyone out there shed some light? |
If I use MySQL 5.7 image:
If I use MySQL 8 image:
And in the web browser I see:
Can anyone shed some light on how to solve this?
I am using docker 20.10.2 on Ubuntu server 20.04.2
The text was updated successfully, but these errors were encountered: