I've currently got a MySQL 5.X database on a server running Red Hat Linux 4 (from memory), which I currently shell into with Putty.
I now need to replicate the server in WAMP for offline debugging, and need to transfer the database over.
I've tried researching it, but everywhere says to just 'copy the files over' (and I CAN stop the MySQL service), but I'm not exactly sure how to do this in the shell (I DO have root access) and it feels... "icky".
Is there a recommended procedure / protocol for doing this?
Thanks!