小红花·文摘
  • 首页
  • 广场
  • 排行榜🏆
  • 直播
  • FAQ
Dify.AI
沉浸式翻译 immersive translate

More MySQL Worklogs and MySQL Developer Guide published As we ramp up to the MySQL Community Edition release in April, and as part of your our updated community engagement approach (see: A New Era...

Continued Momentum Leading up to MySQL Community Edition Release

Planet MySQL
Planet MySQL · 2026-03-20T16:11:30Z

As a follow-up to our previous blog post, “Where can you find MySQL during January to April 2026” (published at the end of January 2026), we would like to share an update. With the dynamic nature...

Where can you find MySQL next? (Updated events list for March–May 2026)

Planet MySQL
Planet MySQL · 2026-03-18T11:59:03Z

MySQL benefits from a large and technically rigorous community—people who run MySQL at scale, test it in diverse environments, and surface issues (and ideas) that make the product better. Over the...

MySQL Community Early Access Builds

Planet MySQL
Planet MySQL · 2026-03-13T14:44:31Z

发现MySQL的binlog文件占用大量磁盘空间,重启后binlog_expire_logs_seconds参数失效。通过创建自定义配置文件并挂载到Docker中,成功解决了问题,节省了服务器空间。

修改 docker 中安装的 MySQL 的配置参数

大象笔记 - Notes of Elephant Leg
大象笔记 - Notes of Elephant Leg · 2026-03-13T07:35:59Z

Following the strong participation in our first Public MySQL Community Roadmap Discussion (with attendees joining from around the world), we are excited to invite you to the second edition of this...

Join the Public MySQL Community Roadmap Discussion Webinar (Edition #2)

Planet MySQL
Planet MySQL · 2026-03-12T17:16:01Z

Sensitive data has a way of showing up in unexpected places: an “email” column in a demo app, a forgotten “token” field in a logging table, or free-text notes that quietly become regulated data. I...

Building a MySQL Shell Plugin to Scan for Sensitive Data (Vibe Coding AI-assisted, ~30 minutes)

Planet MySQL
Planet MySQL · 2026-03-11T18:48:45Z
布鲁斯·莫姆贾恩:MySQL的阴影

MySQL生态系统衰退的根本原因在于其闭源开发模式,由MySQL AB控制,外部补丁被重写以盈利,导致发展受限。尽管MySQL曾占据市场优势,但这种模式最终难以持续。

布鲁斯·莫姆贾恩:MySQL的阴影

Planet PostgreSQL
Planet PostgreSQL · 2026-03-11T14:15:02Z
从分钟到秒:Uber通过共识架构提升MySQL集群的可用性

Uber重新设计了MySQL基础设施,采用MySQL组复制(MGR)替代外部故障转移,故障恢复时间缩短至秒。新架构通过共识复制确保数据一致性,支持自动节点管理和负载均衡,提升系统的可靠性和可用性。

从分钟到秒:Uber通过共识架构提升MySQL集群的可用性

InfoQ
InfoQ · 2026-03-11T14:15:00Z

选择合适的SQL数据库引擎对应用性能至关重要。PostgreSQL适合复杂查询,MySQL在通用性能上表现优异,而SQLite则为嵌入式应用提供轻量级解决方案。文章通过基准测试比较这三种引擎在不同SQL操作中的表现,以帮助用户做出选择。

PostgreSQL与MySQL与SQLite:比较不同数据库引擎的SQL性能

KDnuggets
KDnuggets · 2026-03-10T14:00:30Z

Oracle values the MySQL community. MySQL is fundamental to our data strategy. Oracle firmly believes that MySQL’s enduring strength arises from this vibrant global community. We are excited to...

A New Era of MySQL Community Engagement: Public Community Roadmap Webinar Highlights

Planet MySQL
Planet MySQL · 2026-03-10T06:35:25Z

MySQL HeatWave AutoML is a native automated machine learning engine tightly integrated with the MySQL HeatWave database. It enables model training, inference, scoring, and explainability through...

A Practical Approach to Running MySQL HeatWave AutoML in Mission-Critical Environment

Planet MySQL
Planet MySQL · 2026-03-08T14:49:26Z

In traditional MySQL, analytics require data to be ingested into InnoDB tables and processed on a single primary instance using row-based storage engine and limited parallelism. Scaling analytical...

Designing Continuous Availability: Active-Active HA for MySQL HeatWave Lakehouse

Planet MySQL
Planet MySQL · 2026-03-04T14:13:13Z

In traditional MySQL, analytics require data to be ingested into InnoDB tables and processed on a single primary instance using row-based storage engine and limited parallelism. Scaling analytical...

Designing Continuous Availability: Active-Active HA for MySQL HeatWave Lakehouse

Planet MySQL
Planet MySQL · 2026-03-04T14:13:13Z

彼得·扎伊采夫曾管理MySQL高性能组,后创立Percona。他拥有计算机科学硕士学位,专长于数据库内核、计算机硬件和应用扩展。

MySQL生态系统究竟是什么?

Percona Database Performance Blog
Percona Database Performance Blog · 2026-03-03T14:39:23Z

As discussed in the earlier blog post A new Era of Community Engagement, there are many ways to connect with the MySQL Community.  MySQL Community: Ways to Learn, Connect, and Contribute (and See...

Top Ways to Engage with the MySQL Community

Planet MySQL
Planet MySQL · 2026-03-03T13:38:14Z

This guide explains how to subtract days from dates across MySQL, H2, and other databases with different SQL dialects. Learn how to standardize behavior using compatibility modes, wrapper...

Mastering Cross-Database Date Manipulation: Subtracting Days in MySQL and H2

Planet MySQL
Planet MySQL · 2026-03-02T18:52:01Z

The MySQL ODBC driver is what keeps BI tools, reporting systems, and ETL pipelines connected to MySQL without errors. Teams have depended on it for years, and it’s still vital today, especially...

ODBC Driver for MySQL: Open-Source vs Commercial (2026)

Planet MySQL
Planet MySQL · 2026-02-28T18:21:25Z

本文提供了一个WordPress的Docker Compose配置示例,包括数据库连接信息和端口映射设置。

Deploying MySQL and WordPress on Docker in Ubuntu

碎言博客
碎言博客 · 2026-02-28T13:10:44Z
MySQL 9.6 更改外键约束和级联处理

MySQL 9.6开始通过SQL层管理外键约束和级联操作,提升了变更跟踪和数据一致性,解决了InnoDB存储引擎的局限性。这一更新有助于CDC管道和分析工作负载,但可能影响性能。Oracle计划未来支持更多存储引擎的触发器和外键约束。

MySQL 9.6 更改外键约束和级联处理

InfoQ
InfoQ · 2026-02-28T08:34:00Z

If you’re working with MySQL HeatWave, Oracle’s powerful in-memory query accelerator for analytics workloads, you might find yourself needing to verify whether your tables are properly loaded into...

Checking if MySQL Tables Are Loaded in HeatWave In-Memory: A Quick Guide

Planet MySQL
Planet MySQL · 2026-02-27T02:04:27Z
  • <<
  • <
  • 1 (current)
  • 2
  • 3
  • >
  • >>
👤 个人中心
在公众号发送验证码完成验证
登录验证
在本设备完成一次验证即可继续使用

完成下面两步后,将自动完成登录并继续当前操作。

1 关注公众号
小红花技术领袖公众号二维码
小红花技术领袖
如果当前 App 无法识别二维码,请在微信搜索并关注该公众号
2 发送验证码
在公众号对话中发送下面 4 位验证码
友情链接: MOGE.AI 九胧科技 模力方舟 Gitee AI 菜鸟教程 Remio.AI DeekSeek连连 53AI 神龙海外代理IP IPIPGO全球代理IP 东波哥的博客 匡优考试在线考试系统 开源服务指南 蓝莺IM Solo 独立开发者社区 AI酷站导航 极客Fun 我爱水煮鱼 周报生成器 He3.app 简单简历 白鲸出海 T沙龙 职友集 TechParty 蟒周刊 Best AI Music Generator

小红花技术领袖俱乐部
小红花·文摘:汇聚分发优质内容
小红花技术领袖俱乐部
Copyright © 2021-
粤ICP备2022094092号-1
公众号 小红花技术领袖俱乐部公众号二维码
视频号 小红花技术领袖俱乐部视频号二维码