shannah wrote:There isn't currently an SQL Dump action in Xataface. You could implement it yourself. There are 2 strategies I can think of:
1. Use exec() to call mysqldump on the command line.
Trouble with this method is that XAMPP doesn't seem to have a mysqldump command. Hmm.
shannah wrote:2. Build the SQL manually .
Trouble with this method is that I'm too lazy to do it.
shannah wrote:You may want to dig through the source of PHPMyAdmin and see if there is anything you can borrow for dumping.
This is a good idea. I'll tear apart PHPMyAdmin this afternoon.
Thanks again.
