
April 20th, 2000, 09:33 AM
|
|
Apprentice Deity
|
|
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237

Time spent in forums: 4 m 8 sec
Reputation Power: 17
|
|
|
If you have telnet access you can still use mysqldump.
mysqldump -u yourusername -ppassword databasename > /path/to/your/root/sql.txt
If not, you can install phpMyAdmin to your site and use it (if you have PHP support)
|