Db dump file corrupt after migration
-
Hello, Brad! I’m a fellow WP dev and I’m running your plugin on a client’s live site as well as my local version (XAMPP 1.8.3), both on WP 4.1 (for the time being). PHP version on the live site is 5.5.17, and on my local setup, 5.5.15.
Whenever I do a DB migration using your plugin, I get a dump file that looks in its entirety like this:
WP Migrate DB:
https://pastebin.com/Se0ZH7y4However, it works just fine when I do a regular Export from phpMyAdmin:
PhpMyAdmin Export:— phpMyAdmin SQL Dump
— version 4.1.8
— https://www.phpmyadmin.net
—
— Host: *******
— Generation Time: Mar 07, 2015 at 04:28 PM
— Server version: 5.5.32-31.0-log
— PHP Version: 5.4.23SET SQL_MODE = “NO_AUTO_VALUE_ON_ZERO”;
SET time_zone = “+00:00”;/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
—
— Database:*****
—I tried disabling all plugins (except for WP Migrate DB) and switching to default theme just to make sure the problem wasn’t coming from somewhere else, and I got the same result.
Any ideas of what might be going on?
Thanks in advanced for all the help you can provide!
- The topic ‘Db dump file corrupt after migration’ is closed to new replies.