Community journal

The latest from the MySQL community

Ideas, releases, practical guides, and perspectives from the people building with MySQL.

Follow the feed
Showing entries 1 to 10 of 152 « Previous | Next »
Displaying posts with tag: mysql tools (reset)
Mastering Cross-Database Date Manipulation: Subtracting Days in MySQL and H2 

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 functions, and unified tooling so the same logic works reliably even when multiple database engines run side by side.

The post Mastering Cross-Database Date Manipulation: Subtracting Days in MySQL and H2  appeared first on Devart Blog.

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

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 with MySQL ranked #2 worldwide in February 2026.  However, not all ODBC drivers are built alike. There are two categories: open-source options and commercial ones. While both connect applications to […]

The post ODBC Driver for MySQL: Open-Source vs Commercial (2026)  appeared first on Devart Blog.

TOP MySQL ODBC Drivers 2026 

Compare the top MySQL ODBC drivers for 2026 and see how each one handles speed, security, and cross-platform compatibility. This guide outlines the key differences in features and pricing, helping you choose the connector that fits your BI dashboards, ETL workloads, and data-driven applications without sacrificing stability or performance.

The post TOP MySQL ODBC Drivers 2026  appeared first on Devart Blog.

How to checksum on AWS RDS for MySQL Replication 8.0 > 8.4

During a MySQL upgrade process the RDS replication between MySQL 8.0 and 8.4 was configured. I wanted to ensure the data was consistent for any random reason. This post is…

The post How to checksum on AWS RDS for MySQL Replication 8.0 > 8.4 first appeared on Change Is Inevitable.

Top 50 MySQL Interview Questions and Answers for Every Skill Level 

Explore the top 50 MySQL interview questions and answers fit both for newbies and experienced devs. Get prepared with real-world MySQL queries.

The post Top 50 MySQL Interview Questions and Answers for Every Skill Level  appeared first on Devart Blog.

Data Integrity in a Database: How to Ensure Accuracy and Security

Learn what data integrity in DBMS means, why it’s vital for database accuracy, and how to maintain it effectively. Read on to protect your data now.

The post Data Integrity in a Database: How to Ensure Accuracy and Security appeared first on Devart Blog.

What Is ANSI SQL and Why You Should Use It 

This article examines ANSI SQL, the universal SQL standard that ensures compatibility across databases such as PostgreSQL, Oracle, MySQL, and SQL Server. Learn its history, key features, components, and benefits, and understand how it compares to vendor-specific SQL dialects in building scalable, maintainable, and cross-platform database systems.

The post What Is ANSI SQL and Why You Should Use It  appeared first on Devart Blog.

How to Use AI for MySQL: Optimizing Queries and Database Management 

Boost your MySQL performance with AI for MySQL. Learn how AI tools can optimize queries, enhance troubleshooting, and automate database management. Get started now!

The post How to Use AI for MySQL: Optimizing Queries and Database Management  appeared first on Devart Blog.

How to Convert MS Access Database to MySQL

Microsoft Access is a relational system for managing databases that is used to create small-scale databases for a single user or small teams. MySQL is a robust open-source relational database management system for more extensive data volumes and web applications.

The post How to Convert MS Access Database to MySQL appeared first on Devart Blog.

MySQL Date Format: Understanding Date, Time, and Datetime in MySQL

Time zones, truncation, formatting nightmares—oh MySQL, why so complex? Learn the key differences between TIMESTAMP and DATETIME, when to use each, and how to prevent time-based bugs in your queries.

The post MySQL Date Format: Understanding Date, Time, and Datetime in MySQL appeared first on Devart Blog.

« Previous | Next »