Is there a way to transport a mysql database to another machine?<br><br>I ftp'd the database files over to the other machine. I was able to get into the database and "show tables" showed all the tables that were supposed to be there but when I tried to "describe" any of the tables it gives me:<br><br>ERROR:1016: Can't open file: compare_data.ISM (Errcode: 138)<br><br>However, I had changed the permissions on compare_data.ISM and all the other database files so anyone should be able to access them.<br><br>I'm running version 3.20.32A on machine the database is on and 3.21.19-beta on the machine I'm trying to move the database to.<br><br>Is this a version thing or can you not transport a database from one machine to another?<br><br>Thanks<br><br>P.Ripley