ABOUT
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.
warningExecute within an existing LXC Console
infoTo update or uninstall run bash call again
INSTALL
Approved local installer
DefaultDebian 13
Approved locallyConfig pathDebian/Ubuntu: /var/www/html/phpMyAdmin | Alpine: /usr/share/phpmyadmin
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/tools/addon/phpmyadmin.sh'; sha='fd7f083b2cb70584b986cc5e79908241ed61c454d4f373ff84d372d691e1257f'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path tools/addon/phpmyadmin.shSHA-256 fd7f083b2cb70584b986cc5e79908241ed61c454d4f373ff84d372d691e1257f LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.