#MySQL

[ follow ]
#mysql

MariaDB Introduces Open-Source Vector Preview, Aiming to Become Default MySQL Option

MariaDB 11.6 introduces public preview of vector search, aiming to outpace MySQL by offering open-source functionalities.

Uber Achieves Significant Storage Savings with MyRocks Differential Backups

Uber implemented a differential backup system that reduced storage costs by 70% for their databases. This was crucial after migrating to MyRocks.

MySQL Introduces Javascript Support in Preview

MySQL now supports JavaScript functions and procedures.
JavaScript support allows developers to implement advanced data processing logic within the database.

Encoding not recognized: 'cesu8', Jest testing

Jest tests with Sequelize may fail due to unrecognized CEU8 encoding in MySQL connections.

Uber Completes Major MySQL Fleet Upgrade, Boosting Performance and Security

Uber upgraded its MySQL database fleet from 5.7 to 8.0 to enhance performance while ensuring minimal disruption and data integrity.

Python Django CRUD Example Tutorial

The article is a tutorial on CRUD operations in Django with MySQL and Bootstrap.

MariaDB Introduces Open-Source Vector Preview, Aiming to Become Default MySQL Option

MariaDB 11.6 introduces public preview of vector search, aiming to outpace MySQL by offering open-source functionalities.

Uber Achieves Significant Storage Savings with MyRocks Differential Backups

Uber implemented a differential backup system that reduced storage costs by 70% for their databases. This was crucial after migrating to MyRocks.

MySQL Introduces Javascript Support in Preview

MySQL now supports JavaScript functions and procedures.
JavaScript support allows developers to implement advanced data processing logic within the database.

Encoding not recognized: 'cesu8', Jest testing

Jest tests with Sequelize may fail due to unrecognized CEU8 encoding in MySQL connections.

Uber Completes Major MySQL Fleet Upgrade, Boosting Performance and Security

Uber upgraded its MySQL database fleet from 5.7 to 8.0 to enhance performance while ensuring minimal disruption and data integrity.

Python Django CRUD Example Tutorial

The article is a tutorial on CRUD operations in Django with MySQL and Bootstrap.
moremysql

(Probably) The Most Complete Beginner's Guide To Web Dev

The tutorial will guide you on building a full stack web app that uses a server (BackEnd) and a client (FrontEnd)
The app will include a MySQL database, Google Authentication sign-in, and use Node.js, Express, EJS, JavaScript, and Query

Migrate to Ampere on OCI with Heterogeneous Kubernetes Clusters - SitePoint

This post provides guidance on how to migrate a full stack cloud-native application from x86 instances to Ampere A1 instances on Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE).
The post focuses on migrating the MySQL database component of a LAMP stack application, using WordPress as an example.
The migration is done using an incremental approach, with almost no downtime, by creating an Arm64 node pool and adding MySQL replicas to run on these nodes.
[ Load more ]