Oracle recently made their quarterly releases with MySQL 8.0.35 and MySQL 8.2. This blog post is a quick look at the release notes to see what these new versions bring to the community. You’ll want to keep an eye on the deprecations in particular because some long-accepted behavior, including wildcards, will change eventually.We get 83 […]
Using pt-online-schema or gh-ost? Of course you are; everyone in the MySQL industry does. But now there’s a new online schema change tool that will obsolete these two: Spirit by renowned MySQL expert Morgan Tocker.
Using pt-online-schema or gh-ost? Of course you are; everyone in the MySQL industry does. But now there’s a new online schema change tool that will obsolete these two: Spirit by renowned MySQL expert Morgan Tocker.
Using pt-online-schema or gh-ost? Of course you are; everyone in the MySQL industry does. But now there’s a new online schema change tool that will obsolete these two: Spirit by renowned MySQL expert Morgan Tocker.
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]
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.
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]This blog was originally published in January 2021 and updated in November of 2023.As businesses and applications increasingly rely on MySQL databases to manage their critical data, ensuring data reliability and availability becomes paramount. In this age of digital information, robust backup and recovery strategies are the pillars on which the stability of applications stands. […]
The latest release of MySQL (October 25th, 2023) is the second Innovation Release of the most popular Open Source database.
This new evolution release brings us ever closer to the very first MySQL LTS Release!
This new Innovation Release already contains contributions from our great Community. MySQL 8.2.0 contains patches from Meta, Nikolai Kostrigin, Meng-Hsiu Chiang (Amazon), Richard Dang, Shaohua Wang, Hao Lu, Wen He (Tencent), Yin Peng (Tencent) and Daniël van Eeden.
Let’s have a look at all these contributions:
Server Compiling
- #111549 – Made additional improvements to WITH_ZLIB functionality – Nikolai Kostrigin
- #111467 – Building with WITH_ZLIB=”system” would break the MySQL build as it failed to find …
PHP dev tools | OLT developer interview | WooCommerce product data management | Drop SQL columns | Laravel stack trace. OpenLampTech is a media and content source for MySQL, PHP, and the LAMP stack.
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.
If you’re not yet subscribed, grab your free subscription today and join the OpenLampTech community.
Thank you for reading this post. Please share it with someone else who would enjoy it as well.
…
[Read more]