You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore is now reliable for standard mysqldump files. Two issues are
resolved: statements preceded by a comment line (as mysqldump writes them) are
no longer skipped during restore, and every table the backup defines is now
cleared before restoring regardless of the dump's contents. Restoring a
WordPress or other mysqldump backup now replaces the data cleanly instead of
reporting "table already exists" and duplicate-key errors.