Ok I have tried posting this in the wrong issue queue (http://drupal.org/node/1109428) so thiught I would try here.

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 your modified version of drush?

Comments

MichaelCole’s picture

Status: Active » Closed (works as designed)

Hi 2dare,

The error message kind of says it all. It would make the whole system hard to work with if the domain is longer.

If you'd like to modify the domain name after you create the site, you're welcome to. Just do it as you normally would. Links to the LAMP config files are in the ~/websites/config folder.

Might be easier to work with it, instead of against it.

Cheers,

Mike

2dareis2do’s picture

Ok no problem.

Love quickstart by the way.