Closed pixelwave closed 1 month ago
Could the problem be that by default the mysql database is configured as client / socket?
Output of etc/mysql/my.cnf
Ok after a lot of trial and error I figured the following login credentials do work (for phpmyadmin):
server: db user: ninja pass: ninja
Setup information Docker (Proxmox LXC Container, Debian 12.7), following the official v5 install guide.
Describe the bug I did a fresh install of InvoiceNinja (v5) Docker on my Proxmox LXC container. Everything works so far. Now I wanted to connect with phpMyAdmin (also running in the same docker as the invoice ninja in the same LXC container) and tried to connect with the default credentials.
To reproduce Credentials I tried:
Server: localhost and ip Username: root (PW: ninjaAdm1nPassword) as well as ninja (PW: ninja)
… but always get the Connection refused.
Screenshots/logs
Is the database access locked somehow by default? Do I need to change something specific? I used the default env variables and changed basically nothing …