介绍¶
phpMyAdmin is a free software tool written in PHP that is intended to handle the administration of a MySQL or MariaDB database server. You can use phpMyAdmin to perform most administration tasks, including creating a database, running queries, and adding user accounts.
支持的功能¶
目前 phpMyAdmin 能:
- create, browse, edit, and drop databases, tables, views, columns, and indexes
- 通过存储过程或查询显示多种结果集
- 创建、复制、删除、改名和修改数据库、表、字段及索引
- 在服务器设置中提供对如何维护服务器、数据库和表的建议
- 执行、编辑并将任意 SQL 语句甚至批量查询加入书签
- 载入文本文件至表
- 创建 [1] 和读取表的转储
- 导出 [1] 数据为多种格式:CSV、XML、PDF、ISO/IEC 26300 - OpenDocument 文本和电子表格、微软 Word 2000 和 LATEX 格式
- 从 OpenDocument 电子表格、 XML 、 CSV 和 SQL 文件中导入数据和 MySQL 结构
- 管理多台服务器
- add, edit, and remove MySQL user accounts and privileges
- 检查 MyISAM 表的参照完整性
- 使用依例查询(QBE),自动连接创建复杂查询的相关表
- 根据您数据库的设计创建 PDF 图
- 在全部或部分数据库中搜索
- 通过一系列预定义函数转换现有数据至任意形式,如将 BLOB 数据显示为图像或下载链接
- 追踪数据库、表和视图的变化
- 支持 InnoDB 表和外键
- 支持 mysqli,改进的 MySQL 扩展,参见 1.17 Which Database versions does phpMyAdmin support?
- 创建、编辑、调用、导出和删除存储过程及函数
- 创建、编辑、导出和删除事件及触发器
- 支持多达 80 种语言
快捷键¶
目前 phpMyAdmin 支持以下快捷键:
- k - Toggle console
- h - 前往主页
- s - Open settings
- d + s - Go to database structure (Provided you are in database related page)
- d + f - Search database (Provided you are in database related page)
- t + s - Go to table structure (Provided you are in table related page)
- t + f - Search table (Provided you are in table related page)
- backspace - Takes you to older page.