Closed (fixed)
Project:
Alchemy
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2011 at 21:21 UTC
Updated:
6 Apr 2011 at 17:01 UTC
I just tried to install Alchemy rc6 and got the following:
BLOB/TEXT column 'data' can't have a default value query: CREATE TABLE alchemy_cache ( `nid` INT unsigned NOT NULL DEFAULT 0, `path` TEXT DEFAULT NULL, `created` INT unsigned NOT NULL DEFAULT 0, `command` TEXT DEFAULT NULL, `data` TEXT NOT NULL DEFAULT '', INDEX nid (nid), INDEX path (path(18)) ) /*!40100 DEFAULT CHARACTER SET utf8 */ in [My Path]\Drupal6\includes\database.inc on line 551.
Alchemy: 6.x=1.0 rc6
Drupal Version: 6.20
PHP: 5.3.5
MySQL 5.1.5
Apache 2.2
Comments
Comment #1
TomDude48 commentedThis is a bug in certain versions of MySQL. I did go ahead and remove the DEFAULT '' that it is complaining about anyways.
Go ahead and install the dev branch (after it updates). That should work.
Comment #2
WideGlide94 commentedJust wanted you to know that the dev version installed without a hitch. Thanks!
Comment #3
TomDude48 commentedcool