View Single Post
Old 05-22-2003, 09:26 AM  
Zorgman
Confirmed User
 
Zorgman's Avatar
 
Join Date: Aug 2002
Location: Sydney, Australia
Posts: 6,103
Upload the 50MB file to your webserver and use ssh or telnet to insert it into the mysql database.


mysql -u username -p databasenamee < filename.sql

Also for reference - backing up

mysqldump -u username -p databasename > dumpfile.sql

It's been a while since I used this way, I hope it hasn't changed at all.
__________________
---
Zorgman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote