I am using a modified version of drush that comes preinstalled with quickstart environment. When I use the following:

drush qc all --domain=dev.entropay.com

I get the following error message:

'--domain' must be less than 16 characters long, for mysql user name to work.

using something like this:

dev.example1.com

I realise that this is a mysql related error but I am guessing this could be solved by truncating the username to less than 16 characters using drush?

Comments

moshe weitzman’s picture

Category: bug » support
Status: Active » Closed (cannot reproduce)

Sorry, but ...

1. Don't know what quickstart is
2. Can't support a "modified version of drush"
3. The qc command does not come with drush core.

2dareis2do’s picture

ok thanks,

Have filed with quickstart project page.