now i checked whole work with mysql ODBC connector instead of ado.net connector
that work correctly with SSIS 2005.
first download it from :
http://dev.mysql.com/downloads/connector/odbc/5.1.html
t
hen install it.
after installation try to create a ODBC connection to mysql as below in attachement images
remember you need to use this connection string:
DRIVER={MySQL ODBC 5.1 Driver};SERVER=
;DATABASE=mydb;UID=root
you can see how to set it in first image
then try again