database Creating Periodic MySQL Backups From Scratch. friendly tutorial on how to create mysql backups on a regular basis using crontab and some bash scripting
database Migrating An Existing Laravel/MariaDB Project On A New System From Scratch. I recently had to migrate a laravel web app using mariadb on my computer to setup a test and development environment.I will tell you the steps I went through and the difficulties that happened as well as the solutions I used to solve it.