TUTOS version: 1.3.20060914
MySQL version: 3.23.58
scheme.php was getting SQL syntax errors trying to create the tables. I was able to get it working by commenting out these two lines in the createtable function of db_mysql.pinc:
/*
$q .= " ENGINE=MyISAM";
$q .= " DEFAULT CHARSET=latin1";
*/.