1
0
Fork 0
1Panel-Appstore/apps/mysql
pooneyy 24ed5c9e9d
feat(apps): add description field to all application data files
- add english and chinese description fields to all application data files
- standardize yaml formatting and indentation across all files
- remove BOM characters from several files
- fix tag indentation in multiple files
- update architecture field formatting in DecoTV and wechat-selkies
- fix crossVersionUpdate value from False to false in gitlab applications
- improve description field formatting in billion-mail application
2025-11-06 22:24:44 +08:00
..
5.5.62 feat:格式化yaml文件 2024-12-12 21:27:56 +08:00
5.6.51 (refactor) Remove env files and scripts, update config files 2025-09-04 00:36:13 +08:00
5.7.44 (refactor) Remove env files and scripts, update config files 2025-09-04 00:36:13 +08:00
8.0.44 feat(mysql): update mysql versions to latest releases 2025-11-02 01:42:23 +08:00
8.4.7 feat(mysql): update mysql versions to latest releases 2025-11-02 01:42:23 +08:00
README.md feat:同步上游MySQL 2024-12-15 17:53:53 +08:00
README_en.md feat:同步上游MySQL 2024-12-15 17:53:53 +08:00
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png

README_en.md

MySQL

MySQL is a popular open-source RDBMS (Relational Database Management System) that offers a rich set of features suitable for various application scenarios.

Main Features

Data Storage and Management

MySQL allows users to create, store, and manage large amounts of data. It supports various data types, including integers, floating-point numbers, strings, dates, etc., to meet different data requirements.

Data Retrieval and Querying

MySQL provides powerful query capabilities, allowing users to use SQL (Structured Query Language) to retrieve and filter data. Users can perform various complex query operations, including filtering, sorting, grouping, and joining data from multiple tables.

Data Integrity and Constraints

MySQL supports data integrity and constraints, including primary keys, foreign keys, unique constraints, and check constraints, to ensure data consistency and validity.

Multi-User Support and Permission Management

MySQL allows multiple users to access the database simultaneously and provides flexible permission management features. Administrators can control each user's access to databases and tables to protect data security.

Data Backup and Recovery

MySQL supports data backup and recovery operations. Users can regularly back up the database to prevent data loss or corruption and restore it when needed.

Multi-Platform Support

MySQL can run on various operating systems, including Windows, Linux, macOS, etc., making it suitable for different development and deployment environments.

Scalability

MySQL has good scalability, supporting distributed database architectures and handling high-load applications.

Open Source and Community Support

MySQL is open-source software with strong community support. Users can get help, documentation, and various plugins from the community to extend MySQL's functionality.