Help - Search - Members - Calendar
Full Version: Is It Possible To Backup Databases Here?
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
DaSpirit
Hi, I'm wondering is it possible to back up Databases, just in case anything happens? I tried searching for it but nobody got their question answered.
swordz
PHPMyAdmin -> export.

swordz
ArticleMaster
You can use mysqldump to create a simple backup of your database using the following syntax which is elaborated below.

QUOTE
mysqldump -u [username] -p [password] [databasename] > [backupfile.sql]

[username] - this is your database username
[password] - this is the password for your database
[databasename] - the name of your database
[backupfile.sql] - the file to which the backup should be written.
swordz
That requires ssh access, which you don't have.

swordz
Jimm
QUOTE(swordz @ May 26 2009, 11:10 PM) *
PHPMyAdmin -> export.

swordz


Are there any specific options we need to check, or is it just a simple "Export -> Select database -> OK" ?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.