skip to Main Content

Redis – Plugin caching_sha2_password could not be loaded: /mariadb19/plugin/caching_sha2_password.so: cannot open shared object file

I am trying to dockerise my Django app. docker-compose.yml version: "3.8" services: db: image: mysql:8 command: --default-authentication-plugin=mysql_native_password # this is not working restart: always environment: MYSQL_ROOT_PASSWORD: rootmypass ports: - '3306:3306' cache: image: redis environment: REDIS_HOST: localhost REDIS_PORT: 6379 ports: -…

VIEW QUESTION

PHPMYADMIN login form hidden – Debian

If I go on the welcome page of phphmyadmin there's no login form. After a double check, I notice the form is hidden: <form method="post" action="index.php" name="login_form" class="disableAjax login hide js-show" data-bitwarden-watching="1"> Any ideas about this? Some tech: Server version:…

VIEW QUESTION
Back To Top
Search