Testing with a MySQL 5.7 Database On Codeship
A guide to setting up and testing with a MySQL 5.7 database on the Codeship continuous integration platform.
A guide to setting up and testing with a MySQL 5.7 database on the Codeship continuous integration platform.
Part 3 of a series on deploying Azure Stack on Azure, focusing on installing SQL and MySQL Resource Providers using PowerShell scripts.
How to view detailed MySQL foreign key constraint error messages using the SHOW ENGINE INNODB STATUS command.
A technical guide on enabling and locating MySQL query logs for debugging and monitoring database activity.
Fixing a MySQL JSON import error by converting binary character set strings to utf8mb4 using a regex find-and-replace.
Explains performance issues with standard UUIDs in MySQL and presents an optimized solution using binary storage and bit-shifting.
A tutorial on setting up a MySQL database and web app on Microsoft Azure using Cloud Shell and bash scripts in under 10 minutes.
A tutorial on implementing pagination for MySQL databases using Sequelize ORM in a Node.js REST API.
An online tool for converting Microsoft Access databases to JSON, MySQL, and SQLite formats, built with Java.
A beginner's guide to using Sequelize, a popular promise-based ORM for Node.js, covering installation, connection setup, and basic configuration.
Explains new JSON column query and update syntax in Laravel 5.3 for MySQL 5.7+, using arrow notation.
Explains how to configure MySQL strict mode and custom SQL modes in Laravel 5.2, enabling or disabling it via database configuration.
Guide to disabling MySQL strict mode on Laravel Forge/Ubuntu servers to fix application compatibility issues.
A technical guide on recovering a MySQL InnoDB database after a catastrophic DROP TABLES command, using tools from Twindb.
Introduction to Drupal performance tuning, focusing on database optimization, query analysis, and monitoring tools for better web application speed.
A guide on setting up and connecting a Laravel application to a MySQL database using the ClearDB add-on on the Heroku platform.
Explains why MySQL's -p password parameter cannot have a space, detailing the command-line parsing logic behind this design choice.
An overview of daloRADIUS, an advanced open-source RADIUS web management platform for hotspots and ISPs, featuring user management and reporting.
A tutorial on setting up and securing a new Ubuntu server on Linode, covering initial provisioning, SSH connection, and essential software installation.