From 013d1980a376655f9883d2b669cf7230dbd6550a Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Wed, 1 Oct 2025 18:18:31 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 873b246..7d73f23 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -3738,6 +3738,21 @@ "password": "ipamadmin" } }, + { + "name": "PhpMyAdmin", + "slug": "phpmyadmin", + "desc": "phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.", + "script": "tools/addon/phpmyadmin.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/phpmyadmin.sh", + "categories": [ + 8 + ], + "notes": [ + "Execute within an existing LXC Console", + "To update or uninstall run bash call again" + ], + "type": "addon" + }, { "name": "Pi.Alert", "slug": "pialert",