1
0
Fork 0
1Panel-Appstore/mariadb
renovate[bot] c138c0c863 chore(deps): update mariadb docker tag to v11.4.7 (#3984)
* chore(deps): update mariadb docker tag to v11.4.7

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-05-23 17:08:58 +08:00
..
10.11.13 chore(deps): update mariadb docker tag to v10.11.13 (#3983) 2025-05-23 17:08:48 +08:00
11.4.7 chore(deps): update mariadb docker tag to v11.4.7 (#3984) 2025-05-23 17:08:58 +08:00
11.6.2 feat: Optimize database-related password rules 2025-03-25 17:04:59 +08:00
README.md feat: 修改应用 README 2023-09-21 16:22:29 +08:00
README_en.md docs: Add English README for MariaDB app (#2645) 2024-12-03 13:45:54 +08:00
data.yml feat: Modify app architectures 2025-05-14 14:21:38 +08:00
logo.png update mariadb logo (#1487) 2024-05-30 11:53:37 +08:00

README_en.md

MariaDB

MariaDB is a popular open-source relational database management system (RDBMS), a fork of MySQL, offering robust features and performance suitable for a wide range of applications.

Core Features

  • SQL Support: Fully supports SQL (Structured Query Language), enabling users to perform various database operations, including queries, inserts, updates, and deletes.
  • High Performance: Delivers excellent performance through optimized query execution plans, indexing, caching, and multi-threaded processing.
  • Cross-Platform: Compatible with various operating systems, including Linux, Windows, and macOS.
  • Transaction Support: Provides ACID (Atomicity, Consistency, Isolation, Durability) compliant transaction handling to ensure data integrity and reliability.
  • Replication and High Availability: Offers data replication, master-slave replication, and clustering to ensure high availability and redundancy.

Security

  • Access Control: Role-based access control limits user permissions to safeguard database access.
  • Data Encryption: Supports encryption for data in transit and at rest to protect sensitive information from unauthorized access.
  • Authentication: Compatible with multiple authentication methods, including username/password and SSL certificates.

Data Types

  • Standard Data Types: Includes integers, floating points, date/time, and strings.
  • Geospatial Data: GIS functionality supports the storage and processing of geospatial data.

Storage Engines

  • InnoDB: The default storage engine, supporting transactions and foreign keys, ideal for most applications.
  • MyISAM: Provides full-text search and high-performance inserts for specific use cases.
  • Additional Engines: Supports other engines like Aria and TokuDB to meet diverse requirements.

Scalability

  • Stored Procedures and Triggers: Allows custom business logic implementation via stored procedures and triggers.
  • Plugin Support: Extensible through a plugin system to enhance MariaDB functionality.

Community Support

  • Active Community: A vibrant open-source community offers documentation, forums, and support for troubleshooting.
  • Open Source: Freely available for use, modification, and distribution, fostering innovation and flexibility.