Planet MySQL HA Blog

The Planet MySQL HA Blog aggregates content from sources that cover topics related to high availability (HA) for MySQL databases.

MySQL Basics: Seek and You Shall SELECT—Retrieving Data from Your Tables

Curious about what's inside your MySQL tables? This post introduces beginners to the SELECT statement, using friendly library metaphors, approachable SQL examples, and helpful tips—including how to alias column names. Get ready to start exploring your data with confidence!

Learn More »

Let Your AI DBA Assistant Write Your MySQL Queries

| MySQL expert Diary

Having explored the innovative MySQL HeatWave technology that converts Natural Language into SQL (Ask Your Database Anything: Natural Language to SQL in MySQL HeatWave), our next article in this series, dives into a practical use case demonstrating how an AI DBA Assistant can significantly simplify your query generation workflow. In MySQL, there are 3 specialized […]

The post Let Your AI DBA Assistant Write Your MySQL Queries first appeared on dasini.net - Diary of a MySQL expert.

Learn More »

Get Ready for MySQL HeatWave at Oracle AI World 2025!

This blog gives you a complete overview of MySQL HeatWave sessions so you can plan your agenda, mark your calendar, and make the most of the event.

Learn More »

Percona at PostgreSQL Conference Europe 2025

| Percona

We’re proud to announce that Percona is a Platinum Sponsor of PostgreSQL Conference Europe (PGConf.EU) 2025, taking place October 21–24, 2025 in Riga, Latvia 🇱🇻 at the Radisson Blu Latvija Conference Center.

As a Platinum Sponsor, you can find Percona in a prime main exhibit floor location; a chance to connect directly with our PostgreSQL experts from around the world. Visitors stopping by our booth will be able to:

  • Enter raffles and win Percona & PostgreSQL SWAG

Learn More »

MySQL Basics: Change Is Good—Updating and Deleting Table Data

Learn how to responsibly update or delete your MySQL data—including the concept of soft deletes—using engaging library metaphors and practical SQL examples. This post guides beginners through UPDATE and DELETE statements, safety tips, and real-world scenarios.

Learn More »

Dbeaver: For postgres 2 mysql data migration.

| MySQL-Med
Want to migrate Postgres data to MySQL/MariaDB with an open-source community tool that will knock your socks off? Please keep reading... Continue reading →

Learn More »

Ask Your Database Anything: Natural Language to SQL in MySQL HeatWave

| MySQL expert Diary

Natural Language to SQL in MySQL HeatWave makes data accessible to everyone, not just SQL experts. By turning plain English into optimized queries, it removes barriers and speeds up insights. While best practices help ensure accuracy, the feature already shows how LLMs are transforming the way we work with data. With the NL_SQL routine, asking your database questions is as simple as asking a colleague.

The post Ask Your Database Anything: Natural Language to SQL in MySQL HeatWave first appeared on dasini.net - Diary of a MySQL expert.

Learn More »

MySQL Basics: Filling the Gaps—Inserting Data into Your Tables

Learn how to bring life to your database by inserting records into your MySQL tables! This post shows beginners how to use INSERT statements—with lighthearted library metaphors, approachable SQL examples, and helpful tips for common pitfalls. A perfect next step on your MySQL journey.

Learn More »

MySQL HeatWave on AWS Now in Mexico

We’re excited to announce the general availability of MySQL HeatWave in a new AWS region — Mexico Central (Querétaro) — reinforcing our commitment to expanding globally and meeting growing customer demand.

Learn More »

MySQL Basics: Table Manners – Setting up Your First Schema and Table

Take your first hands-on steps in MySQL! This post teaches you how to create schemas and tables using relatable library analogies, beginner-friendly SQL examples, and tips to avoid common pitfalls. Perfect for newcomers, it’s your foundation for all future data adventures.

Learn More »