phpMyAdmin

适用于 MySQL 和 MariaDB 的 Web 界面。「A web interface for MySQL and MariaDB.」

Github星跟蹤圖

phpMyAdmin是用PHP编写的一个工具,使用一个Web浏览器用来管理MySQL和MariaDB。它可以执行各种任务,如创建、修改或删除数据库,执行SQL语句或管理用户和权限。

功能

  • 创建、修改、删除数据库及数据表。(可通过接口操作,或是运行SQL语法)
  • 多国语系用户界面,可自由切换。(支持超过65种不同语言的接口,含繁体中文与简体中文)
  • 在数据表维护方面,基本的功能具有:
  • 检查数据表
  • 分析数据表
  • 修复数据表
  • 最优化数据表
  • 强迫更新数据表 ("FLUSH")
  • 2.11.0以后增加了创建与查看View的功能。
  • 可将数据表内的数据导入(导入)或导出(导出)成多种格式的文件。

可导出的格式

  1. CSV 数据
  2. MS Excel 的 CSV 格式
  3. Microsoft Excel 2000
  4. Microsoft Word 2000
  5. LaTeX
  6. Open Document Spreadsheet
  7. Open Document Text
  8. PDF
  9. SQL
  10. XML

可导入的格式

  1. CSV
  2. CSV 使用 LOAD DATA
  3. SQL

主要指標

概覽
名稱與所有者phpmyadmin/phpmyadmin
主編程語言PHP
編程語言PHP (語言數: 7)
平台
許可證GNU General Public License v2.0
所有者活动
創建於2012-01-19 13:21:52
推送於2025-05-04 17:35:19
最后一次提交2025-05-04 08:54:25
發布數480
最新版本名稱RELEASE_5_2_2 (發布於 2025-01-20 22:18:10)
第一版名稱RELEASE_2_2_1 (發布於 2010-02-16 13:58:50)
用户参与
星數7.5k
關注者數277
派生數3.5k
提交數134.5k
已啟用問題?
問題數14230
打開的問題數822
拉請求數3771
打開的拉請求數56
關閉的拉請求數1533
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

phpMyAdmin

A web interface for MySQL and MariaDB.

https://www.phpmyadmin.net/

Code status

Testsuite

End-to-End tests

Documentation build status

Translation status

Coverage percentage

Code quality score

CII Best Practices

Type coverage

Infection MSI

Download

You can get the newest release at https://www.phpmyadmin.net/.

If you prefer to follow the Git repository, the following branch and tag
names may be of interest:

  • STABLE is the current stable release.
  • master is the development branch.
  • Releases are tagged; for example, version 5.0.1 was tagged as
    RELEASE_5_0_1.

Note that phpMyAdmin uses Composer to manage
library dependencies; when using Git development versions, you must
manually run Composer. Please see the
documentation

for details.

More Information

Please see https://docs.phpmyadmin.net/, or browse the documentation
in the docs folder.

For support or security
issues,
you can visit
https://www.phpmyadmin.net/

Translations are welcome. You can translate phpMyAdmin into your
language
.

If you would like to contribute to the phpMyAdmin's codebase, you can
read the code contribution file or browse our
website's contributing page.