View Full Version : mysql database backup
Who?
March 23rd, 2002, 15:40
how do i backup and download a mysql database in telnet?
insiderhosting
March 23rd, 2002, 17:14
use the command
mysqldump -uusername -ppassword database_name > backup.sql
Then depending on where you want to download it, IE to your local computer or another server, you would use FTP (local) and wget (server)
Who?
March 23rd, 2002, 17:20
ah thanks, but is there anyway i can download the file in telnet, because i cant use FTP:(
insiderhosting
March 23rd, 2002, 17:42
Where do you want to download that file, to your local computer or another server?
atlas
March 23rd, 2002, 17:58
Dump it to a web accessible location then. Or, if you have SSH, use scp to copy it back over to your machine.
-mk
Who?
March 23rd, 2002, 18:38
i want to download it to my comp
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.