I just tried to install Scribe SEO Analyzer rc7 and got the following:
user warning: BLOB/TEXT column 'data' can't have a default value query: CREATE TABLE scribeseo_cache ( `aid` INT unsigned NOT NULL DEFAULT 0, `created` INT unsigned NOT NULL DEFAULT 0, `score` INT NOT NULL DEFAULT 0, `primary_keywords` TEXT DEFAULT NULL, `keywords` TEXT DEFAULT NULL, `data` TEXT NOT NULL DEFAULT '', PRIMARY KEY (aid) ) /*!40100 DEFAULT CHARACTER SET utf8 */ in [My Path]\includes\database.inc on line 551.
Seems it's not playing nice with MySQL.
Using:
Scribe SEO Analyzer: 6.x=1.0 rc6
Drupal: 6.20
PHP: 5.3.5
MySQL 5.1.5
Apache 2.2