Is it possible to move the contents of /var/lib/mysql when setting up replication instead of doing mysqldump > for export and mysql < for insert on the slave? I want this because in our current setup it takes ages.
We have a mixture of MyISAM and InnoDB.