(Sveta Smirnova) Just about a month ago, Pavel Ivanov released Ripple under the Apache-2.0 license. Ripple is a MySQL binlog server: software which receives binary logs from MySQL or MariaDB servers and delivers them to another MySQL or MariaDB server.
Tag: Open Source
MariaDB and MySQL Database Consolidation
(Shinguz) We see at various customers the request for consolidating their MariaDB and MySQL infrastructure.
MySQL InnoDB Cluster – consistency levels
(Frederic Descamps) Consistency during reads have been a small concern from the adopters of MySQL InnoDB Cluster (see this post and this one).
MySQL Functional Indexes
(Olivier Dasini) Since MySQL 5.7 one can put indexes on expressions, aka functional indexes, using generated columns. Basically you first need to use the generated column to define the functional expression, then indexed this column.
Node.js & MySQL CRUD — Database Connection & SQL Queries
MySQL is one of the most popular databases in the world and Node.js is a complete platform for building server side applications.
MySQL InnoDB Cluster – howto install it from scratch
(Frederic Descamps) MySQL InnoDB Cluster is evolving very nicely. I realized that the MySQL Shell also improved a lot and that it has never been so easy to setup a cluster on 3 new nodes.
Angular 7|6 with PHP: Consuming a RESTful CRUD API with HttpClient and Forms
(Kaima Abbess) In the previous tutorial, you have implemented the PHP and MySQL backend that exposes a REST API for working with an insurance database. Let’s now create the Angular 7 backend.
Live MySQL Slave Rebuild with Percona Toolkit
(Vinicius Grippa) Recently, we had an edge case where a MySQL slave went out-of-sync but it couldn’t be rebuilt from scratch. The slave was acting as a master server to some applications and it had data was being written to it.
Angular 7|6 with PHP and MySQL RESTful CRUD Example & Tutorial
(Ahmed Bouchefra) In this tutorial, you’ll create an example REST API CRUD Angular 7 application with PHP and MySQL back-end.
An Introduction to Database High Availability for MySQL & MariaDB
(Krzysztof Ksiazek) These days high availability is a must for any serious deployment. Long gone are days when you could schedule a downtime of your database for several hours to perform a maintenance.