Forum Moderators: phranque
But the db size is about 60MB gzipped and about 200MB .sql file (400MB size on disk) I tried restoring it via PhpMyAdmin but it says:
No SQL Query!
Is there any other way to do it?
Thanks,
Sid
[edited by: sidyadav at 5:37 am (utc) on Nov. 17, 2003]
1) Transfer your gzip file over FTP to your linux machine
2) Go into SSH and login
3) type the following commands:
tar xvzf YOUR_FILE.tar.gz
mysql -uUSERNAME -pPASSWORD DATABASE_NAME < YOUR_FILE/YOUR_FILE.sql You should replace the capitalized word with your info.