Showing entries 1 to 10 of 43798
10 Older Entries »
October MySQL Meetups - Recap.

Oct 2024 Meetups Recap

MySQL Enterprise Edition for Financial Services

MySQL Enterprise Edition enables financial services organizations to thrive in a complex and ever-changing environment. By harnessing its capabilities, these institutions can modernize their operations, protect their data, and unlock new opportunities for growth. Modernize your applications and embrace the future of financial services with MySQL Enterprise Edition.

TLS in MySQL NDB Cluster 8.4 with MCM 8.4

Learn how to enable TLS in MySQL NDB Cluster 8.4 with MySQL NDB Cluster Manager 8.4

OpenID Connect (Oauth2 - JWT) Authentication Support in MySQL

With MySQL 9.1 we introduce support for OpenID Connect, making secure authentication easier for developers and enterprises alike.

How to Migrate From SQL Server to MySQL

One of the standout features of dbForge Studio is its ability to import data from various sources, including ODBC data. This significantly expands your capabilities, both for direct conversion of data stored on different platforms and for the convenient development of database-related objects such as ETL procedures, reports, and more.

The post How to Migrate From SQL Server to MySQL appeared first on Devart Blog.

Group Commit and Transaction Dependency Tracking

MySQL 8.0 and newer change and improve how we measure and monitor replication lag. Even though multi-threaded replication (MTR) has been on by default for the last three years (since v8.0.27 released October 2021), the industry has been steeped in single-threaded replication for nearly 30 years. As a result, replication lag with MTR is a complicated topic because it depends on version, configuration, and more. This three-part series provides a detailed understanding, starting from what was originally an unrelated feature but is now the basis: binary log group commit.

SQL Statement Management

It’s very difficult explaining to students new to relational databases how SQL works. There are many parts that seem intuitive and then there are others that confuse and confound.

For beginners, the idea that a SQL statement is simply a text string that you must dispatch to a SQL statement processing engine is new. That’s because they use an Integrated Development Environment (IDE) that hides, or abstracts the complexity, of how SQL executes.

I start my core SQL class by demonstrating how to run a text literal query without a FROM clause in MySQL Workbench, like this:

SELECT 'Hello World!' AS "Output";

After writing the query, I highlight everything except the semicolon and click the lightening bolt that dispatches the static string to the SQL statement engine. They see this result:

Then, I launch a mysql Monitor session and write the query with a semicolon to dispatch the SQL …

[Read more]
Installing Example Databases on HeatWave Using Cloud Shell and MySQL Shell

Installing Example Databases on HeatWave Using Cloud Shell and MySQL Shell

MySQL NDB Cluster replication: Filter replica updates

A new feature to MySQL NDB Cluster replication allows the NDB data nodes to skip sending unnecessary updates to subscribing MySQL Server nodes. These updates reflect changes that occurred in the NDB cluster, and some subscribing MySQL Servers are configured to discard changes applied by a replica or that are not to be written to binary log at all. Instead of having MySQL Servers discarding changes, the NDB data nodes do such work for them saving computing resources for the whole cluster.

How to Connect to a MySQL Database

You can connect to MySQL Server using MySQL Client (the command-line utility) and GUI tools. This article will review each method in detail.

The post How to Connect to a MySQL Database appeared first on Devart Blog.

Showing entries 1 to 10 of 43798
10 Older Entries »