How to Move the Maria DB Data Directory In AWS EC2 Instance
Typical MariaDB Server installations have the MySQL data directory located in /var/lib/mysql. The data directory contains the data of the databases and the size increases depending on the usage. In this post, you will learn how to move the MariaDB Server data directory to a new mounted EBS Volume. This is useful to separate the…
