Page 1 of 1

php dump

Posted: Fri Aug 18, 2006 2:06 am
by ddragas
What script R U using for dump data from db or U R using phpMyAdmin?

I was looking for some script for dumping data from db, that is able later importing same data into db.

Talkin about *.sql files

Posted: Fri Aug 18, 2006 2:09 am
by feyd
I R using mysqldump.

.. Command line tool.

Posted: Fri Aug 18, 2006 2:17 am
by RobertGonzalez

Posted: Fri Aug 18, 2006 7:26 am
by ddragas
Do You alow clients to make backups, and restore data in your applications, or you do it for them?

Posted: Fri Aug 18, 2006 9:02 am
by feyd
ddragas wrote:Do You alow clients to make backups, and restore data in your applications, or you do it for them?
If they're paying, I do it. Otherwise the main contract is over by that point, so it's on them.

Posted: Fri Aug 18, 2006 10:16 am
by Jenk
on test box I use MySQL Administrator

on live it all depends on what the host has installed, usually phpMyAdmin.