From f68f19aa3da5c3a494a8b60574cde4bbca43cd70 Mon Sep 17 00:00:00 2001 From: Austin Date: Fri, 4 Jul 2025 05:47:43 -0400 Subject: [PATCH] MySQL phpMyAdmin Access Information (#5679) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updating MySQL CT with phpMyAdmin access information * Update mysql.json --------- Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- frontend/public/json/mysql.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/public/json/mysql.json b/frontend/public/json/mysql.json index 8b4d29a2b..cf7a2f964 100644 --- a/frontend/public/json/mysql.json +++ b/frontend/public/json/mysql.json @@ -39,6 +39,10 @@ { "text": "With an option to install the MySQL 8.4 LTS release instead of MySQL 8.0", "type": "info" + }, + { + "text": "If installed, access phpMyAdmin at `http:///phpMyAdmin`, case sensitive.", + "type": "info" } ] }