From d4ea2391852d0a0ba8bcc440c4cdedd0028d27ac Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Wed, 29 Oct 2025 12:29:04 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 8fa24bd..94f17d1 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -2950,22 +2950,6 @@ "notes": [], "type": "ct" }, - { - "name": "MySQL", - "slug": "mysql", - "desc": "MySQL is an open-source relational database management system (RDBMS) that uses SQL for managing and manipulating data. It is known for its scalability, reliability, and high performance, making it suitable for small to large-scale applications. Key features include support for ACID transactions, data replication for high availability, and compatibility with various programming languages like Python, PHP, and Java.", - "script": "ct/mysql.sh", - "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mysql.sh", - "categories": [ - 8 - ], - "notes": [ - "Database credentials: `cat mysql.creds`", - "With an option to install the MySQL 8.4 LTS release instead of MySQL 8.0", - "If installed, access phpMyAdmin at `http:///phpMyAdmin`, case sensitive." - ], - "type": "ct" - }, { "name": "n8n", "slug": "n8n",