Your MySQL dump statement should look like this:
INSERT INTO `NAME OF TABLE` VALUES (1, 'Testing Calendar', 'Come one, come all. We are going to test this calendar for the Wallula Chuch web site. It''s done with PHP', '2006-01-31 08:00:00', '2006-01-31 20:00:00', 'none');
Of course NAME OF TABLE is the table you are dumping vaule into, then notice that the values begin with a ( , next the first item is the auto number, then each field after gets set between ' ' followed by a comma. End of insert line ends with ) and a ;
Here is a nice tool for uploading data to a database:
[
www.webyog.com] There's a free trial and also a free "lite" version.