Lanny Trager ha scritto:
Jim,
I've run update several times with all but the core modules disabled no luck.
Ernie,
Ran 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) ) /*!40100 DEFAULT CHARACTER SET UTF8 */
You need to use "
"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) ) /*!40100 DEFAULT CHARACTER SET UTF8 */"
If this does not works try to substitute !40100 with !40100
If this does not works try to remove all from /* to */
got "-bash: !40100: event not found"
Did I misunderstand the query to run?
No, but in unix OS !40100 means "exec the 40100th command in the shell history".
M.