Setting up a Database with Docker Compose
In this guide, we’ll walk you through setting up a MariaDB database using Docker Compose, and we’ll even throw in phpMyAdmin for easy database management.
In this guide, we’ll walk you through setting up a MariaDB database using Docker Compose, and we’ll even throw in phpMyAdmin for easy database management.
How to update value in DB table only when the cell is not empty or null (MySQL)
This list will be updated periodically. Every time I feel that something will be useful and make my life easier :) Create daily backups of… Read More »Tricks List for Daily work with MySQL (5.7) for Web Developers / Ubuntu
Easy way to deploy MySQL 5.7 Docker container in Ubuntu 20.04 and 22.04 for Local development (Updated)