In this post, I am sharing required steps to move MySQL Data Directory from old location to new location. Check the current data directory of MySQL: [crayon-673c83e191de9388934264/] Stop the MySQL Service: [crayon-673c83e191df2950839712/] Confirm the inactive status of MySQL Service: [crayon-673c83e191df4684651615/] Output: [crayon-673c83e191df5933660015/] Use rsync with -av flag to copy the existing database directory to the […]