10 lines
467 B
Plaintext

2do list:
Critical:
- When phpmyadmin install-script generates a password, it doesnt match with the password stored in '/etc/phpmyadmin/config-db.php'.
- At least hard-code DB credentials to /var/www/ZnoteAAC/config.php so it can be able to access.
Refactor:
- Remove phpmyadmin dependencies written in install-script. Dependencies should be in the dockerfile. (Also make a copy of the original script).
- Check for more phpmyadmin errors. Proper php.ini tweaking?