From dc3113c57b1c25b8eba80ad5a91cde6d7c045775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:57:31 +0200 Subject: [PATCH] Update mariadb.json (#5400) --- frontend/public/json/mariadb.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/public/json/mariadb.json b/frontend/public/json/mariadb.json index 3004ea9c9..a91f36a24 100644 --- a/frontend/public/json/mariadb.json +++ b/frontend/public/json/mariadb.json @@ -46,6 +46,10 @@ { "text": "This script requires some extra steps after the installation, Please checkout the 'documentation'", "type": "info" + }, + { + "text": "Access Adminer Web UI at `http:///adminer.php`", + "type": "info" } ] }