I'm having some trouble with the Nginx PHP FastCGI Turnkey Linux container (https://www.turnkeylinux.org/nginx-php-fastcgi). It appears that the default root password is set to the password that's set during container setup, but Adminer's password doesn't seem to be set. From what I'm reading this should be set somewhere, but the default password just isn't working.
When I also run `mysqladmin -u root password MY_NEW_PASSWORD` I can't use that either to get into Adminer.
I read that running `mysqlconf.py` should be able to reset it, ie:
$ /usr/lib/inithooks/bin/mysqlconf.py
But I get this error in this Proxmox container:
Traceback (most recent call last):
File "/usr/lib/inithooks/bin/mysqlconf.py", line 24, in <module>
import pymysql
ModuleNotFoundError: No module named 'pymysql'
Any ideas about what to do here to get the right password to use Adminer?
When I also run `mysqladmin -u root password MY_NEW_PASSWORD` I can't use that either to get into Adminer.
I read that running `mysqlconf.py` should be able to reset it, ie:
$ /usr/lib/inithooks/bin/mysqlconf.py
But I get this error in this Proxmox container:
Traceback (most recent call last):
File "/usr/lib/inithooks/bin/mysqlconf.py", line 24, in <module>
import pymysql
ModuleNotFoundError: No module named 'pymysql'
Any ideas about what to do here to get the right password to use Adminer?