Skip to content

Commit

Permalink
docs: update wording (#5415)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitinChen authored Dec 20, 2024
1 parent 8f4ce3d commit 1a6de59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/reference/how_to_set_up_metadata_engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ Additional parameters can be appended to the metadata URL. More details can be s

[MySQL](https://www.mysql.com) is one of the most popular open source relational databases, and is often preferred for web applications.

>[MariaDB](https://mariadb.org) is an open source branch of MySQL, maintained by the original developers of MySQL. Because MariaDB is highly compatible with MySQL, there is no difference in set up Meta engine, the parameters and settings are exactly the same.
>[MariaDB](https://mariadb.org) is an open source branch of MySQL, maintained by the original developers of MySQL. With its high compatibility with MySQL, setting up the Meta engine in MariaDB uses the same parameters and configurations as MySQL.
>
>[OceanBase](https://en.oceanbase.com) is a self-developed distributed relational database designed for processing massive data and high-concurrency transactions. It features high performance, strong consistency, and high availability. At the same time, OceanBase is highly compatible with MySQL, and there is no difference in the method of setting the metadata engine.
>[OceanBase](https://en.oceanbase.com) is a self-developed distributed relational database designed for processing massive data and high-concurrency transactions. It features high performance, strong consistency, and high availability. OceanBase is also highly compatible with MySQL, allowing the metadata engine to be configured in the same way.
### Create a file system

Expand Down

0 comments on commit 1a6de59

Please sign in to comment.