I ahve tried copying through phpMyAdmin, etc. etc. and nothing gets a clean copy that doesn't in some way reference the old db, OR have tables that say they are marked as crashed.
I have written php scripts and I don't seem to get the same number of records copied over when I do this:
insert into newdb.table1 select * FROM olddb.table1
part of the issue is that I have views, and also views that depend on views. using phpmyadmin, it does them in alphabetical order and if it tries to create a view that depends on other views which have not been created yet, it fails.
PLEASE HELP!!!! I'm thinking this should not be that hard to get a copy of a database that totally dereferences the old database