Once again processing 11 million rows, now in seconds
A developer details optimizing a PHP script to process 11 million database rows in seconds, focusing on SQL query batching and moving logic to PHP.
A developer details optimizing a PHP script to process 11 million database rows in seconds, focusing on SQL query batching and moving logic to PHP.
A tutorial on building a simple MVC framework from scratch using PHP and MySQL to understand the pattern's core concepts.
A developer explains how to configure a ColdFusion JDBC connection string to use UTC time, fixing a 5-hour time discrepancy with MySQL.
A technical guide on integrating a MySQL database with a Nuxt 3+ application using the Drizzle ORM for type-safe, modern development.
A guide to optimizing MySQL query performance in Spring applications using the Releem monitoring and analysis tool.
A guide to using Releem, a tool for MySQL performance tuning and monitoring, including installation and configuration steps.
A tutorial on migrating an on-premise MySQL database to Google Cloud SQL using Google's Database Migration Service for minimal downtime.
A developer details their week-long project building a minimal, in-memory storage engine for MariaDB/MySQL in C++, covering the process and API comparisons.
Explains a common MySQL UPDATE error and provides a workaround using a derived table or jOOQ to bypass the restriction.
A monthly roundup of new features for Azure WebApps, including free WordPress hosting and secure storage mounting via Key Vault.
A guide to creating, connecting to, and deleting MySQL Cloud SQL instances on Google Cloud Platform using both the Console UI and gcloud CLI.
A guide to emulating window functions in MySQL 5.7 using local variables, highlighting the limitations and risks of this approach.
Learn how to access and manage your WordPress database directly from the dashboard using the Adminer plugin as an alternative to phpMyAdmin.
A technical guide on testing automatic failover for a zone-redundant Azure Database for MySQL Flexible Server using Terraform.
Diagnosing and fixing Azure App Service backup failures due to a 10GB size limit, with a solution to exclude the database.
A guide to configuring phpMyAdmin with Docker for connecting to CloudSQL, AWS RDS, and local databases.
A technical guide on setting up and using a Linked Server in SQL Server to query data from a MySQL database.
Step-by-step guide to setting up a MySQL database instance on Oracle Cloud and connecting to it using MySQL Workbench.
A tutorial on building a CRUD REST API using Spring Boot 2, Hibernate, JPA, and MySQL, including project setup and testing.