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.
The Query If you have a lot of databases and you want to check their creation dates just run this SELECT. If the ‘create_time’ is… Read More »How to check the creation date of your databases (MySQL) with ease
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)