Installed on a windows MYSQL and PHP install, all works fine except when creating the DB either manually or using the install.php it ALWAYS fails on:
- Database created : ovidentia
- 424 query founded into dump file
- Aborted
There is an error into sql dump file at query :
CREATE TABLE `bab_sites` (
`id` int(11) unsigned NOT NULL auto_increment,
`name` varchar(30) NOT NULL default '',
...
...
...
PRIMARY KEY (`id`),
KEY `name` (`name`)
)
BLOB/TEXT column 'smtppassword' can't have a default value
-----
Then I can get nowhere.. I tried removing that line and it still fails on another line item. Is there something I can do to force it or make it install correctly?
Marcelo