phpMyAdmin

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

Overview

Name With Ownerphpmyadmin/phpmyadmin
Primary LanguagePHP
Program languagePHP (Language Count: 7)
Platform
License:GNU General Public License v2.0
Release Count479
Last Release NameRELEASE_5_2_1 (Posted on 2023-02-07 16:49:19)
First Release NameRELEASE_2_2_1 (Posted on 2010-02-16 13:58:50)
Created At2012-01-19 13:21:52
Pushed At2024-04-28 15:36:25
Last Commit At2024-04-28 17:29:03
Stargazers Count7k
Watchers Count279
Fork Count3.3k
Commits Count128.6k
Has Issues Enabled
Issues Count14019
Issue Open Count772
Pull Requests Count3500
Pull Requests Open Count32
Pull Requests Close Count1497
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

.. image:: https://travis-ci.org/phpmyadmin/phpmyadmin.svg?branch=master
:alt: Build status
:target: https://travis-ci.org/phpmyadmin/phpmyadmin

.. image:: https://hosted.weblate.org/widgets/phpmyadmin/-/svg-badge.svg
:alt: Translation status
:target: https://hosted.weblate.org/engage/phpmyadmin/?utm_source=widget

.. image:: https://codecov.io/gh/phpmyadmin/phpmyadmin/branch/master/graph/badge.svg
:target: https://codecov.io/gh/phpmyadmin/phpmyadmin

.. image:: https://scrutinizer-ci.com/g/phpmyadmin/phpmyadmin/badges/quality-score.png?s=93dfde29ffa5771d9c254b7ffb11c4e673315035
:target: https://scrutinizer-ci.com/g/phpmyadmin/phpmyadmin/

.. image:: https://bestpractices.coreinfrastructure.org/projects/213/badge
:alt: CII Best Practices
:target: https://bestpractices.coreinfrastructure.org/projects/213

.. image:: https://www.browserstack.com/automate/badge.svg?badge_key=V1ppZHdzTThicjY4Ujk5akxYT2xYUT09LS1PVncrNCtkUW9BZXE1Q2xCQkdTMFZRPT0=--91913a0e155fda6f7c942e9dd2da64b3da571c30
:alt: BrowserStack
:target: https://www.browserstack.com/automate/public-build/V1ppZHdzTThicjY4Ujk5akxYT2xYUT09LS1PVncrNCtkUW9BZXE1Q2xCQkdTMFZRPT0=--91913a0e155fda6f7c942e9dd2da64b3da571c30

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 4.0.1 was tagged as RELEASE_4_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 <https://docs.phpmyadmin.net/en/latest/setup.html#installing-from-git>_ for details.

More Information

Please see the documentation in the doc folder or at https://docs.phpmyadmin.net/.

For support or to learn how to contribute code or by translating to your language,
visit https://www.phpmyadmin.net/

To the top