Showing entries 691 to 700 of 44803
« 10 Newer Entries | 10 Older Entries »
MySQL INT (INTEGER) Data Types with Different Examples

This article explains the SIGNED and UNSIGNED integer data types in MySQL and provides examples to illustrate when and how to use these integer data types effectively.

The post MySQL INT (INTEGER) Data Types with Different Examples appeared first on Devart Blog.

MySQL INSERT Statement – Inserting Rows Into a Table

The article covers the basic syntax of the MySQL INSERT statement and explains how to work with the INSERT command in the MySQL table using dbForge Studio for MySQL.

The post MySQL INSERT Statement – Inserting Rows Into a Table appeared first on Devart Blog.

MySQL Upcoming Meetups Worldwide

As we already announced back in August, there are several MySQL meetups planned for this fall. Some of them already happened, please find quick report out of them on the bottom of the page. Also please register yourself for any of the below planned meetups. We are looking forward to seeing & talking to you! […]

Why You Should Consider an External Replica for Your Cloud Environment

In current times, there is a high degree of focus on ensuring the availability and recovery of your production data. This can be challenging at times when using DBaaS solutions in the public cloud space, for example, when using AWS Aurora. Relying solely on a single cloud provider for database services can pose significant risks. […]

XA transactions now work in your Galera Cluster!

Well, that is more a catchy headline, than the reality: XA transactions work in your Galera Cluster Enterprise Edition (EE). This has been supported since our very first release with 8.0.28 Enterprise, right up till now, in 8.0.39 Enterprise. If you try to run an XA transaction in your regular Galera Cluster you’ll be given an error as such:

mysql> XA START 'xatest';
ERROR 1235 (42000): This version of MySQL doesn't yet support 'XA with wsrep replication plugin'

However, with Galera Cluster Enterprise Edition (EE), XA transactions, “just work”. What is an XA transaction, you might ask? An XA transaction is a distributed transaction …

[Read more]
Where can you find MySQL during September – November 2024

Since we are approaching the end of August, it’s a time to announce a list of conferences and events where you can find MySQL Community and MySQL team during September – November 2024 plus one conference at the end of August which was added on the last minute. Please find the list of events below. […]

Where can you find MySQL during September - November 2024

list of MySQL conferences 9-11, 2024

Customizing The MySQL Shell Prompt

MySQL Shell offer many features to make life easier for DBAs and developers. In this post we discuss how we can customize the prompt in MuSQL Shell.

Customizing The MySQL Shell Prompt

The style and format of the prompt in MySQL Shell can be customized to meet the desires of the person using it. We can configure the prompt to display different or trimmed-down information about our database connection and what mode we are using. This post will show how to add a visual cue to let you know […]

Effective Strategies for Recovering MySQL Group Replication From Failures

Group replication is a fault-tolerant/highly available replication topology that ensures if the primary node goes down, one of the other candidates or secondary members takes over so write and read operations can continue without any interruptions. However, there are some scenarios where, due to outages, network partitions, or database crashes, the group membership could be broken, or we end […]

Showing entries 691 to 700 of 44803
« 10 Newer Entries | 10 Older Entries »