daniloaz / myphp-backup

Simple and fast MySQL backups using PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restore missing inserts?

phrazer opened this issue · comments

i think restore script is incomplete, it just makes create table, but no inserts, or am i missing something? thanks,

hmm i found the problem. USE db is automaticly prepend, there should be an option to ignore it, becuse sometimes you could overwrite production table.