Jan 20, 2026
How To Migrate MariaDB databases to another drive in Ubuntu
Migrating MariaDB databases to another drive in Ubuntu Overview This example explains how to migrate MariaDB databases from /var/lib/mysql to /opt/mysql on an Ubuntu 22.04 server. This is a good option for a growing database that would allow for easy management and security. Step By Step First step of the process is to stop MariaDB. # sudo systemctl stop mariadb Copy the databases Copy the existing... read more
Jun 11, 2013
How install Apache 2.4 PHP 5.4.16 and MariaDB 5.5.31 on Windows 7
As a followup to my post on How install Apache 2.4 PHP 5.4 and MySQL 5.5.21 on Windows 7, I decided to install the latest Apache 2.4 / PHP 5.4.16 and MariaDB 5.5 with PhPMyAdmin. The difference is using MariaDB and PHP 5.4.16. Apache 2.4 Install First download Apache 2.4.4 from http://www.apachelounge.com/download/ (httpd-2.4.4-win32-ssl_0.9.8.zip) Apache 2.4.4-win32-ssl_0.9.8.zip. Extract the zip and... read more
