Closed (works as designed)
Project:
Quickstart: Prebuilt Drupal Development Environment
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2011 at 16:18 UTC
Updated:
1 Apr 2011 at 14:40 UTC
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
Comment #1
MichaelCole commentedHi 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
Comment #2
2dareis2do commentedOk no problem.
Love quickstart by the way.