Sorry, me again

This now goes back to original problem I think. I ran the install sql in my phpMyAdmin on my data base and got the same error as before; #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 18
As I don't know to much about syntax I cannot workout what is not right in sql. The end of the install script has the following;
... `last_update` datetime NULL default NULL,
PRIMARY KEY (`testimonials_id`)
) TYPE=MyISAM ;
INSERT INTO `testimonials_manager` VALUES (1, 1, 'Great', '', 'Clyde Designs', '', 'This is just a test submission to show you how it looks, great, eh?', '
[email protected]', NULL, NULL, NULL, 0, 1, now(), NULL);
Can you please advise what issue is with syntax in install script, thanks.
Cheryl.