This is a very minor issue, and bug hard to trip on, but it happened to me.

Drush status said that the database driver is mysqli, so when I defined an alias, I set 'databases -> driver' to be mysqli, and got bash syntax error during sql-sync.

Little patch attached fixes this since mysqldump is the same for mysql and mysqli db drivers.

CommentFileSizeAuthor
drush.mysql-driver-dump.patch731 byteskotnik

Comments

moshe weitzman’s picture

Status: Needs review » Fixed

Just saw this. Committed to master and 4.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.