Open TheQwenton opened 2 months ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Docker creation
Container Logs
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
we are facing same on ubuntu 24
for the container, you need to be using host wildcard, not local host when creating the user: 'projectuser'@'localhost'
Is there an existing issue for this?
Current Behavior
New to setting up / using databases and new to projectsend. I am using unraid to run linuxserver's projectsend docker container. Using mariadb docker for database. I created a new database 'projectsenddb' and given user 'projectsend' full access to it. I tried to input this information to projectsend for database setup and am seeing all red x's.
Expected Behavior
Database should connect with green checks.
Steps To Reproduce
CREATE DATABASE projectsenddb; CREATE USER 'projectuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON projectsend.* TO 'projectuser'@'localhost'; FLUSH PRIVILEGES;
Environment
CPU architecture
x86-64
Docker creation
Container logs