I did a: mysqldump -u root - p DATABASE < nameOfSQLdatabase.sql It goes through the motions and say dump completed, however shows no data? The file is 68MB should I phpmyadmin it? And if so, what settings do I change to allow for the size of the data? Is there any other way to do this? Thanks for your help
Normally the < is used for input and > is used for output. change your < into an > and it might work.