Files
Andras Bacsai a64450ae9d feat(platform): migrate docs from VitePress to Fumadocs + TanStack Start
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19,
and Vite. Migrate all documentation content to MDX under content/docs/.
Add full src/ app with React components, routing, search, and API page.

Remove Korrektly integration from CI/CD workflows, Dockerfile, and env
vars. Update build pipeline to output to .output/public instead of
docs/.vitepress/dist.
2026-05-06 12:08:05 +02:00

20 lines
781 B
Plaintext

---
title: "phpMyAdmin"
description: "MySQL database management tool."
og:
description: "Manage MySQL on Coolify with phpMyAdmin for database administration, SQL queries, table editing, and web-based database management."
category: "Development"
icon: "/docs/images/services/phpmyadmin-logo.svg"
---
<ZoomImage src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.phpmyadmin.net%2Fstatic%2Fimages%2Flogo-og.png&amp;f=1&amp;nofb=1&amp;ipt=677560c7ab411b6c57023e2b7d1a9c2e4969aed8c4510c9493acea67fc6b16db&amp;ipo=images" alt="phpMyAdmin" />
## What is phpMyAdmin?
phpMyAdmin is a free and open-source administration tool for MySQL and MariaDB.
## Links
- [The official website](https://www.phpmyadmin.net/)
- [GitHub](https://github.com/phpmyadmin/phpmyadmin)