mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
a64450ae9d
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.
20 lines
781 B
Plaintext
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&f=1&nofb=1&ipt=677560c7ab411b6c57023e2b7d1a9c2e4969aed8c4510c9493acea67fc6b16db&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)
|