Posted by Jeremy on 07/26/06 22:31
himilecyclist@yahoo.com wrote:
>
> Our goal is some PHP code that will create a copy (for backup purposes)
> of a MySQL table residing on a production Linux server. We would like
> to create the copy on the user's local machine. Is there a better way
> to accomplish that?
>
> Thanks!
>
I would use mysqldump instead. Run mysqldump and deliver the result as
a file download.
mysqldump reference:
<URL:http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html>
Jeremy
Navigation:
[Reply to this message]
|