---
(mysql): CREATE TABLE sessions2 ( sesskey VARCHAR(64) NOT NULL DEFAULT '', expiry DATETIME NOT NULL, expireref VARCHAR(250) DEFAULT '', created DATETIME NOT NULL, modified DATETIME NOT NULL, sessdata LONGTEXT DEFAULT '', CONSTRAINT PRIMARY KEY (sesskey) )
1101: BLOB/TEXT column 'sessdata' can't have a default value
---
I simply removed « DEFAULT '' » and entered the remaining SQL clauses manually.
My Setup has:
- Apache 2 (not so latest
- PHP5 (latest - 5.2.2),
- MySQL5 (latest - 5.0) &
- Windows XP Professional (updated) for development.
After getting Pass and OK to all previous setup steps
Regards,
Vitor M. N. Fernandes.