0

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 ?

Ror
  • 321
  • 3
  • 16

1 Answers1

0

I tried to copy the database from the command line with mysqldump and copy it to the other server. It was way faster so I guess the problem comes from my internet speed at home.

Ror
  • 321
  • 3
  • 16