Skip to content
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

[BUG] MySQL connetion is broken (no pdo_mysql) #27

Closed
1 task done
DenDeXTeR51 opened this issue Dec 5, 2023 · 1 comment · Fixed by #28
Closed
1 task done

[BUG] MySQL connetion is broken (no pdo_mysql) #27

DenDeXTeR51 opened this issue Dec 5, 2023 · 1 comment · Fixed by #28

Comments

@DenDeXTeR51
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Current image is missing php module "pdo_mysql" to establish connection to MySQL DB

Expected Behavior

MySQL should work out-of-the-box

Steps To Reproduce

  1. Choose DB type - mysql
  2. Try to launch container and save results to external DB

Environment

- OS: Ubuntu or AWS ECS

CPU architecture

x86-64

Docker creation

docker run -d \
  --name=librespeed \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -e PASSWORD=pass1234 \
  -e CUSTOM_RESULTS=false\
  -e DB_TYPE=mysql \
  -e DB_NAME=speedtest\
  -e DB_HOSTNAME=localhost \
  -e DB_USERNAME=user\
  -e DB_PASSWORD=pass1234\
  -e DB_PORT=3306 \
  -p 85:80 \
  -v ./config:/config \
  --restart unless-stopped \
  lscr.io/linuxserver/librespeed:5.2.5-ls168

Container logs

default logs
Copy link

github-actions bot commented Dec 5, 2023

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant