From f6260f2774507b72cdbdfc84522eda84f89800f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:45:46 +0800 Subject: [PATCH] docs: Add English README for phpMyAdmin app (#2659) --- phpmyadmin/README_en.md | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 phpmyadmin/README_en.md diff --git a/phpmyadmin/README_en.md b/phpmyadmin/README_en.md new file mode 100644 index 000000000..b95f8b362 --- /dev/null +++ b/phpmyadmin/README_en.md @@ -0,0 +1,42 @@ +# 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. \ No newline at end of file