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.