Phpmyadmin 简明教程

phpMyAdmin Tutorial

phpMyAdmin 是最流行的免费工具之一,用 PHP 编写,用于通过 Web 管理 MySQL 和 MariaDB 数据库。它也是由 Web 托管解决方案提供商提供的最常用的数据库管理工具之一,为用户提供了一个管理分配的数据库的界面。

phpMyAdmin is one of most popular freely available tool, written in PHP, to manage MySQL and MariaDB databases over the web. It is also one of the most commonly used database management tool provided by Web hosting solution providers to provide user an interface to manage the allocated database.

Audience

本教程专为希望详细了解 phpMyAdmin 函数以连接到 MySQL 或 MariaDB 及实际用法的设计师/测试人员而设计。

This tutorial is designed for developers/testers who would like to understand the phpMyAdmin functions to connect to MySQL or MariaDB in detail and actual usage.

Prerequisites

因为你要用 MySQL 数据库打交道,所以应当事先接触过 SQL 和数据库的概念。

As you are going to deal with MySQL database, you should have prior exposure to SQL and Database concepts.