I have a MySQL database, itβs getting bigger and bigger, and I want to move the whole database to another mount point, where I have enough memory. I want my current data to be transferred, and that the new data will be saved in a new position.
software stack: MySQL 5 runs on FreeBSD 6
source
share