Skip to content

Commit 73c0517

Browse files
committed
Update README.md
1 parent f7c55bd commit 73c0517

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,26 @@ The compiled version utilizing PGO optimization is recommended. Users interested
2626
- It is recommended to align MySQL configuration parameters with our settings, making adjustments based on the specific hardware.
2727
- For high availability, we adopted the single-primary mode of Group Replication but removed the conflict detection part, making it a fully state machine-based approach.
2828
- Due to differences in the underlying data format of Paxos communication, it is incompatible with the official version during runtime, but compatible when offline. A restart of all nodes is required to complete the transition.
29-
- For the improved Group Replication, we also have a highly mature middleware to provide support. For more details, refer to the project at [MySQL Proxy](https://github.com/advancedmysql/mysql-proxy).
30-
- For more information, refer to the main project: [mysql](https://github.com/advancedmysql/mysql).
29+
- For the improved Group Replication, we also have a highly mature middleware to provide support. For more details, refer to the project at [Cetus](https://github.com/enhancedformysql/cetus).
30+
- For more information, refer to the main project: [enhancedformysql](https://github.com/advancedmysql/enhancedformysql).
3131

3232
## Download Available Releases
3333

3434
**The binary release version of CentOS 8.0 for x86 architecture:**
3535

36-
[Download Here](https://github.com/advancedmysql/mysql-8.0.40/releases/download/mysql-8.0.40-v2.0/mysql-8.0.40-v2-for-centos8.tar.gz)
36+
[Download Here](https://github.com/enhancedformysql/mysql-8.0.40/releases/download/mysql-8.0.40-v2.0/mysql-8.0.40-v2-for-centos8.tar.gz)
3737

3838
**The binary release version of CentOS 7.0 for x86 architecture:**
3939

40-
[Download Here](https://github.com/advancedmysql/mysql-8.0.40/releases/download/mysql-8.0.40-v2.0/mysql-8.0.40-v2-for-centos7.tar.gz)
40+
[Download Here](https://github.com/enhancedformysql/mysql-8.0.40/releases/download/mysql-8.0.40-v2.0/mysql-8.0.40-v2-for-centos7.tar.gz)
4141

4242
## References
4343

44-
For detailed principles and mechanisms behind our improvements, please refer to the following book:[The Art of Problem-Solving in Software Engineering:How to Make MySQL Better](https://advancedmysql.github.io/The-Art-of-Problem-Solving-in-Software-Engineering_How-to-Make-MySQL-Better/)
44+
For detailed principles and mechanisms behind our improvements, please refer to the following book:[The Art of Problem-Solving in Software Engineering:How to Make MySQL Better](https://enhancedformysql.github.io/The-Art-of-Problem-Solving-in-Software-Engineering_How-to-Make-MySQL-Better/)
4545

4646
## Bugs and Feature Requests
4747

48-
MySQL continues to offer numerous optimization opportunities of significant interest. If users experience any performance-related issues during actual use, [please open a new issue](https://github.com/advancedmysql/mysql-8.0.40/issues). Before submitting a new issue, please check for any existing ones.
48+
MySQL continues to offer numerous optimization opportunities of significant interest. If users experience any performance-related issues during actual use, [please open a new issue](https://github.com/enhancedformysql/mysql-8.0.40/issues). Before submitting a new issue, please check for any existing ones.
4949

5050
## Copyright and License
5151

0 commit comments

Comments
 (0)