1
0
Fork 0
1Panel-Appstore/phpmyadmin
zhengkunwang223 cc3918c8f3 feat: 修改部分应用的类型为 website 2025-05-14 14:21:38 +08:00
..
5.2.2 feat: The international version of the app supports Korean 2025-02-07 16:25:07 +08:00
README.md refactor: 优化部分应用描述文件 2023-09-21 16:58:13 +08:00
README_en.md docs: Add English README for phpMyAdmin app (#2659) 2024-12-03 15:45:46 +08:00
data.yml feat: 修改部分应用的类型为 website 2025-05-14 14:21:38 +08:00
logo.png update phpmyadmin logo (#1481) 2024-05-30 11:53:16 +08:00

README_en.md

phpMyAdmin

phpMyAdmin is an open-source, web-based MySQL database management tool that allows users to manage MySQL databases through a web browser.

Main Features:

Database Management

  • Create Databases: Easily create new databases by specifying the database name, character set, and collation through phpMyAdmin.
  • Delete Databases: Remove databases that are no longer needed to free up server resources.
  • Import and Export Data: phpMyAdmin supports importing data from local files and exporting database data as SQL files.

Table Operations

  • Create Tables: Create new tables by defining fields, data types, primary keys, and indexes.
  • Edit Table Structure: Modify table structures at any time by adding, deleting, or altering fields.
  • Import and Export Table Data: Export table data as SQL files or import data from SQL files.
  • Optimize and Repair Tables: Perform optimization and repair operations on tables to enhance performance and maintain data integrity.

SQL Queries

  • Execute SQL Queries: Use phpMyAdmin's SQL query editor to execute custom SQL queries for retrieving and modifying database data.
  • Query Builder: Create complex SQL queries using the visual query builder without writing SQL code manually.

User Management

  • Create and Manage Users: Manage database users by assigning permissions and setting passwords.
  • Permission Management: Assign specific permissions to users for databases and tables to ensure data security.

Data Backup and Recovery

  • Database Backup: Regularly back up databases to prevent data loss.
  • Database Restore: Restore databases from backup files to recover data.

Status Monitoring

  • Server Status: Monitor server performance and status, including connections, queries, and performance metrics.
  • Activity Logs: Review MySQL server log files for troubleshooting and diagnostics.

Multilingual Support

  • Multilingual Interface: phpMyAdmin offers support for multiple languages to accommodate diverse user needs.