Showing entries 1211 to 1220 of 44803
« 10 Newer Entries | 10 Older Entries »
MySQL Shell AdminAPI: different ways to call the commands… same effect?

During last Ubuntu Summit in Riga, I got an interesting question from Alex Lutay, engineering manager at Canonical regarding the different ways to perform some Admin API commands in MySQL Shell.

He wanted to know why, in the manual and blogs, we always use separate commands instead of combining them, as he would expect this to have an impact on the connections established with the server.

Let’s illustrate this by looking at the different ways of obtaining the state of a cluster. Here are the four different methods:

Method 1

This is the method most frequently used in the documentation:

$ mysqlsh admin@10.0.0.1
JS> cluster=dba.getCluster()
JS> cluster.status() 

Method 2

This is Alex’s preferred method as he expects to have less round trips with the network:

$ …
[Read more]
Meet the Grand New dbForge Studio MySQL 10.0 with Integrated Source Control!

We don't say that quite often, but here is an update to end all updates, one of the biggest bulks of new features and enhancements that dbForge Studio for MySQL has ever seen.

The post Meet the Grand New dbForge Studio MySQL 10.0 with Integrated Source Control! appeared first on Devart Blog.

Upcoming MySQL Meetups & Oracle User Group and MySQL Events

Above the Conferences and Events announced on Oct 24, we would like to also inform you about the upcoming MySQL meetups, as well as the Oracle User Group conferneces, webinars and other MySQL planned events as such. Please find the details with more information below. Planned MySQL Meetups Planned Oracle User Group Events MySQL Days, […]

Upcoming MySQL Meetups & Oracle User Group and MySQL Events

MySQL & OUG meetups, events

Enhancing systemd notifications in MySQL

1. Preface This blog begins by introducing the current state of systemd notifications in MySQL. It then delves into how systemd notifications can be used and how they differ from other MySQL monitoring utilities like Error log, General log, etc. This blog then discusses new granular notifications added in server initialization, startup and shutdown flows, followed […]

Enhancing systemd notifications in MySQL

This blog discusses the current state of systemd notifications in MySQL and its applications and then discusses newly added systemd notifications in release 8.2.

MySQL & Oracle at All Things Open 2023 – recap.

In 2023 the All Things Open conference was held as an in person event and MySQL Community together with MySQL and Product teams attended as Bronze sponsor with a booth in the expo area and a speaking slots as announced before.   The organizers of the conference announced that approximately 3,800 participants took part out […]

MySQL & Oracle at All Things Open 2023 – recap.

All Things Open Recap

Developer Interview with Atakan Demircioğlu – OpenLampTech Repost

Full Stack Developer Atakan Demircioğlu is passionate about making open-source more accessible, creating technology to elevate people, and building community.

The Newsletter for PHP and MySQL Developers

Receive a copy of my ebook, “10 MySQL Tips For Everyone”, absolutely free when you subscribe to the OpenLampTech newsletter.

The OpenLampTech publication has published another fantastic developer interview in the publication. This time with developer Atakan Demircioğlu.

Be sure and grab your free subscription to OpenLampTech so you don’t miss out on this content and more!

Thank you for reading this post. …

[Read more]
Webinar: Upgrade Ihres MySQL 5.7 Galera Clusters auf MySQL 8.0 ohne Ausfallzeiten

Sie haben sicher schon davon gehört, dass MySQL 5.7 im Oktober 2023 das End of Life (EOL) erreicht hat. In diesem Webinar zeigen wir Ihnen, dass die Migration von MySQL 5.7 Galera Cluster nicht schwierig ist. MySQL 8.0 ist seit 5 Jahren allgemein verfügbar, und das Galera Cluster für MySQL 8.0 hat sich seit über 3 Jahren im Markt bewährt. Es ist also wirklich an der Zeit, sich auf die Migration vorzubereiten.

Im ersten Webinar dieser Reihe werden wir uns mit den neuen Funktionen von Galera Cluster mit MySQL 8 befassen:

* Die neuen Funktionen von Galera Cluster für MySQL 8, von denen Sie profitieren können, einschliesslich der in der Galera Cluster Enterprise Edition (EE) verfügbaren Funktionen
* Wie man eine Migration von MySQL 5.7 auf MySQL 8.0 plant
* Dinge, die vor der Migration getestet werden sollten
* Häufige Fallstricke bei einer solchen Migration
* Wie Sie sicherstellen, dass Ihr Galera …

[Read more]
Showing entries 1211 to 1220 of 44803
« 10 Newer Entries | 10 Older Entries »