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 3251 to 3260 of 45460 « Previous | Next »
Introduction to MySQL Parallel query in AWS Aurora

Aurora has a salient feature “Parallel query“, Which will be more beneficial for analytical workload environments.

Before going to deep dive on this particular feature, let us understand the basis of Aurora.

Aurora Archiecture

Key feature

  • The key feature of Aurora is simple data synchronisation among the nodes. The sync latency will be too low when compared to RDS because the synchronisation is happening on storage volumes among the nodes. Also all the server will available in different zone, even when a zone goes down we can able to maintain will other server present in other zone with auto failure.
  • Auto healing volume, Each …
[Read more]
Why finance should lead post-pandemic data stewardship efforts

When EY asked finance leaders what technology they considered most important for the next few years, data analytics won.

Why finance should lead post-pandemic data stewardship efforts

When EY asked finance leaders what technology they considered most important for the next few years, data analytics won.

Sonoco uses Oracle Cloud in its multicloud tech transformation

Sonoco makes Oracle part of its multicloud strategy, strengthens security posture using FastConnect, and Oracle’s dual cloud regions for disaster recovery.

Sonoco uses Oracle Cloud in its multicloud tech transformation

Sonoco makes Oracle part of its multicloud strategy, strengthens security posture using FastConnect, and Oracle’s dual cloud regions for disaster recovery.

The Common MySQL error: “Got an error reading communication packet”

MySQL is the second famous database in the world according to the DB Engine website behind Oracle. What makes MySQL famous is probably because it is a very fast, reliable and flexible Database Management System. MySQL is also one of the supported databases in ClusterControl. You could easily deploy, scale, monitor and do a lot of things with ClusterControl.

Today we are not going to talk about any of those, but we will discuss one of the common errors for MySQL and possible troubleshooting tips. When working with tickets, a lot of time when we check the error reports or logs, we saw this line  “Got an error reading communication packet” quite frequently. We think it would be beneficial if we write a blog related to this error not only for our customers but also for other readers. Let’s …

[Read more]
Meet New Possibilities to Data Analysis with a New Version of Query Builder for MySQL

We are glad to announce the updated version of dbForge Query Builder for MySQL. The tool offers users a great solution to build, generate, and handle MySQL queries from simple to complex in a visual and easy-to-use interface. In this version, the team focused on the Data Reporting and Analysis feature that allows for fast […]

The post Meet New Possibilities to Data Analysis with a New Version of Query Builder for MySQL appeared first on Devart Blog.

dbForge Studio for MySQL Awarded G2 Summer 2021 Badges

It is a pleasure to announce that G2 awards dbForge Studio for MySQL with the ‘Leader Summer 2021’ and ‘Momentum Leader Summer 2021’ badges in the DB Backup category and ‘Users Love Us’ badge in the Database Management Systems (DBMS) and Database Comparison categories. G2 is a peer-to-peer review website focusing on business services and […]

The post dbForge Studio for MySQL Awarded G2 Summer 2021 Badges appeared first on Devart Blog.

Setup Disaster Recovery for OCI MySQL Database Service

When you create a MySQL Database Service instance in OCI, you have the choice between 3 types: If you have minutes as RTO (Recovery Time Objective) in case of a failure, you must choose a High Availability instance that will deploy a Group Replication Cluster over 3 Availability Domains or 3 Fault D...

How to import data from Microsoft SQL Server to MySQL Database Service

After having see how we can import data from PostgreSQL and Amazon Redshift, this time we will see how we can export data from Microsoft SQL Server and import it into MySQL Database Service in OCI. This time we will use something extra (for fun but also because it’s practical): OCI Object Storage ! ...