Can anyone tell me how to migrate a mySQL database over to a server. I have the database files - testdb.frm, testdb.MYD, testDB.MYI.
Where on a remote server do I place these files? In the mySQL folder??
Any info would help a lot.
Thanks
Yup, just copy the files over to a folder named with the datasource name you want to use in the mysql data folder on the new server, (make sure the db is not running when copying the files or they might get corrupted).