phpMyAdmin

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

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerphpmyadmin/phpmyadmin
Primary LanguagePHP
Program languagePHP (Language Count: 7)
Platform
License:GNU General Public License v2.0
所有者活动
Created At2012-01-19 13:21:52
Pushed At2025-05-04 17:35:19
Last Commit At2025-05-04 08:54:25
Release Count480
Last Release NameRELEASE_5_2_2 (Posted on 2025-01-20 22:18:10)
First Release NameRELEASE_2_2_1 (Posted on 2010-02-16 13:58:50)
用户参与
Stargazers Count7.5k
Watchers Count277
Fork Count3.5k
Commits Count134.5k
Has Issues Enabled
Issues Count14230
Issue Open Count822
Pull Requests Count3771
Pull Requests Open Count56
Pull Requests Close Count1533
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.