I don't know what you're trying to parse
nothing special , just a simple insert query :
"INSERT INTO ct_agenda (ct_agenda_id, ct_agenda_date, ct_agenda_time, ct_agenda_title, ct_agenda_desc, ct_pair_id, ct_centre_id) VALUES ('1', '2002-10-19', '10:00:00', 'introduction', 'introduction to the subject of the project', '1', '1'); "
After that MySQL says: "Lost connection to MySQL server during query."