[support] Failed Upgrade to 6.16

Michel Morelli michel at ziobuddalabs.it
Mon Mar 15 07:51:59 UTC 2010


Lanny Trager ha scritto:
> Michel,
>
> Maybe I've been at this too long today.  The following is what I'm running:
>
> drush sqlq CREATE TABLE semaphore ( `name` VARCHAR(255) NOT NULL DEFAULT 
> '', `value` VARCHAR(255) NOT NULL DEFAULT '', `expire` DOUBLE NOT NULL, 
> PRIMARY KEY (name), INDEX expire (expire) )
>
> It returns, the following:
>
> -bash: syntax error near unexpected token `('
>
> I'm just not seeing the error of my ways.
>
> Thanks
>
>
>   
The double quotes "

Try to exec:

drush sqlq "CREATE TABLE semaphore ( `name` VARCHAR(255) NOT NULL DEFAULT 
'', `value` VARCHAR(255) NOT NULL DEFAULT '', `expire` DOUBLE NOT NULL, 
PRIMARY KEY (name), INDEX expire (expire) )"


M.

-- 
Michel 'ZioBudda' Morelli                       michel at ziobuddalabs.it
Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax)
Telefono: 0200619074
Telefono Cell: +39-3939890025 --  Fax: +39-0291390660

http://www.ziobudda.net                         ICQ: 58351764  
http://www.ziobuddalabs.it                      Skype: zio_budda
http://www.ziodrupal.net       			MSN: michel at ziobuddalabs.it                   
						JABBER: michel at ziobuddalabs.it



More information about the support mailing list