Moving mysql files across servers

Posted by tesmar on Stack Overflow See other posts from Stack Overflow or by tesmar
Published on 2010-05-18T18:00:20Z Indexed on 2010/05/18 18:20 UTC
Read the original article Hit count: 203

Filed under:
|

I have a massive MySQL database (around 10 GB), and I need to copy it to a different server (slicehost). I don't want to do a DB dump and reimport b/c I think that would take forever. Is it possible to just move the raw SQL files from one machine to the next, setup an identical mysql server, and flip the switch?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about mysqldump