79438617

Date: 2025-02-14 07:22:46
Score: 2.5
Natty:
Report link

I found the answer myself.

Configuration was totally fine, except a little typo in my Dockerfile. Don't know how I missed that one, because the encryption didn't work at all with that mistake.

Old:

COPY ./keyring/mysqld.my /usr/sbin/mysqld.myvar

New:

COPY ./keyring/mysqld.my /usr/sbin/mysqld.my

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: MarvinK97