I'm trying to make a copy of a MySQL site onto another domain, for testing, backup and demo purposes. The problem that I have is in creating the copy of the database, I've tried creating a new empty MySQL database and importing the file dump from the original using phpMyAdmin but it fails. Dumping the SQL into a text file and then executing it in the new database also fails.
Can anyone help please?


Reply With Quote
Bookmarks