Devkinsta_adminer database Warnigns make GUI unreadable

Hi @laurentngu :wave:

Welcome to the Kinsta Community!

I tested the workaround shared by @alonbg and it worked for me. I’m using a Windows 10 machine, and below are the steps I followed:

  1. Run Docker Desktop as an administrator.
    image

  2. Open CMD and run it as an administrator.
    image

  3. In CMD, run the following command:

docker run --network devkinsta_network --link devkinsta_db -p 15201:8080 ghcr.io/shyim/adminerevo:latest

  1. Check the Docker Desktop to confirm that the container is running.

  2. Go to http://localhost:15201/ and log in to the Devkinsta database using the following information:

System: MySQL
Server: devkinsta_db
User: root
Password: (You can find the password in Devkinsta >> Your Site >> Database section.)
Database: (You can leave this empty.)

Please note that you’ll need to manually access http://localhost:15201/ to use adminerevo, as the “Database manager” button in Devkinsta will still bring you to our Adminer UI.

I hope this workaround works for you.

3 Likes