I have a database on a MariaDB server that I need to copy on a Galera Cluster on other machines. I used HeidiSQL to create a dump file which is pretty fast actually. The database is about 500Mb. However, when I tried to import it on the other server (still with HeidiSQL) it took around 8 hours to complete. I also tried to import it on a classic MariaDB server, same problem.
Is there a way to reduce that import time ?