TGK - 2007-05-09

I'm trying to setup an MySQL database and receive this error on quite a few of the tables.

mysql> use track;
Database changed
mysql> source mysql\id-table-schema.sql
Query OK, 0 rows affected, 1 warning (0.00 sec)

Query OK, 0 rows affected (0.06 sec)

mysql> source mysql\track-schema.sql
Query OK, 0 rows affected, 1 warning (0.00 sec)

ERROR 1005 (HY000): Can't create table '.\track\tacl.frm' (errno: 150)
Query OK, 0 rows affected, 1 warning (0.00 sec)

ERROR 1005 (HY000): Can't create table '.\track\tbaseline.frm' (errno: 150)
Query OK, 0 rows affected, 1 warning (0.00 sec)
.
.
.

Thanks for any direction.
Terry