← 返回
未分类 中文

Phpmyadmin Manager

Manage the phpMyAdmin Docker container for local dev environments. Provides a web UI for MySQL at http://localhost:8081. Requires mysql-manager and proxy-man...
管理 phpMyAdmin Docker容器,用于本地开发环境。提供位于 http://localhost:8081 的 MySQL Web UI,需具备 mysql‑manager 与 proxy‑man...
pereirajair pereirajair 来源
未分类 clawhub v1.0.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 294
下载
💾 1
安装
2
版本
#latest

概述

phpMyAdmin Manager

Manages the phpMyAdmin Docker container, providing a web UI for MySQL database management.

Architecture

phpmyadmin-manager/
├── docker-compose.yml   # phpMyAdmin 5.2 container
└── run.sh               # lifecycle CLI

Connects to the shared nginx-proxy_net network and reaches MySQL at codai_db:3306. No data is persisted — phpMyAdmin is stateless.

Commands

./run.sh start    # start phpMyAdmin container
./run.sh stop     # stop container
./run.sh status   # show status and URL
./run.sh open     # print access URL

How to Execute Tasks

Start phpMyAdmin

Check your session context for the absolute script path, then run:

<plugin-root>/phpmyadmin-manager/run.sh start

Open http://localhost:8081 in a browser. Login: root / MySQL root password.

Check status

<plugin-root>/phpmyadmin-manager/run.sh status

Prerequisites

Start in this order:

  1. proxy-manager start — creates the shared Docker network
  2. mysql-manager start — MySQL must be running before phpMyAdmin connects

Configuration

VariableDefaultPurpose
-----------------------------------------------------------------------------
PMA_CONTAINERcodai_phpmyadminContainer name
PMA_PORT8081Host port
MYSQL_CONTAINERcodai_dbMySQL hostname on shared net
MYSQL_ROOT_PASSWORDsecretMySQL root password
PMA_UPLOAD_LIMIT64MMax SQL file upload size
CODAI_NETWORKnginx-proxy_netShared Docker network name

Rules

  • Start mysql-manager before this plugin — phpMyAdmin cannot connect without MySQL.
  • Port 8081 is bound to 127.0.0.1 — accessible from the host only.
  • Use stop when done; the container uses restart: unless-stopped and survives reboots.

Related Plugins

  • proxy-manager — creates the shared Docker network (start first)
  • mysql-manager — MySQL container that phpMyAdmin connects to

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-05-28 13:29
  • v1.0.0
    2026-05-12 05:31 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,071
dev-programming

Postgres Manager

pereirajair
管理共享的 PostgreSQL Docker 容器,用于本地开发环境。处理容器生命周期、数据库创建/删除以及跨实例数据转储,...
★ 0 📥 437
it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装后可防止您和您的用户受到提示注入、数据泄露及恶意行为的侵害。
★ 116 📥 31,018