Re: [PHP-DB] MySQLDump through PHP/HTML UI
[email protected] ("Ken Kixmoeller.com")
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
On Dec 10, 2008, at 3:21 PM, Yves Sucaet wrote: > What PHP-function/command are you using to invoke the mysqldump > command? > As I said in the original post, I have used both system() and exec(), both with the same result. > Try including a flush() statement right before you start dumping. > I'll try it, thanks. Ken