-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelog: mysql update with skip-log-bin
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: MySQL update, with a new option | ||
date: 2025-02-05 | ||
tags: | ||
- addons | ||
- update | ||
authors: | ||
- name: David Legrand | ||
link: https://github.com/davlgd | ||
image: https://github.com/davlgd.png?size=40 | ||
description: Use skip-log-bin from Clever Tools | ||
excludeSearch: true | ||
--- | ||
|
||
We deployed updated MySQL images for releases 8.4 (8.4.2-2) and 8.0 (8.0.39-30). A new option is available at database creation from Clever Tools: [skip-log-bin](https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html#option_mysqld_log-bin). To use it, add `--option skip-log-bin` flag with the `clever create addon mysql-addon` command. | ||
Check warning on line 15 in content/changelog/2025/02-05-mysql-update.md
|
||
|
||
* [Learn more about MySQL 8.4](https://www.percona.com/blog/mysql-8-4-first-peek/) | ||
* [Learn more about MySQL on Clever Cloud](/developers/doc/addons/mysql/) |