And this is a very basic question, but what is the best way to copy over the database files? Is there a file I need to copy, or a mysql command to issue? Thank you, David
What do you mean by database files ? Is it a dump you have ? If it's the case, i suggest using something like "mysql -u USER -p DBNAME < dump.sql"