I am programming using a mySQL database running on my local machine, yet, it is a school project that needs to run on the school secure servers.... we have access to the MySQL commands in these machines, but no access to external machines, so I need a way to migrate all the data in my database to this other machine.... I am using a JSP/Java project using a Tomcat Apache server, in case that helps...I am currently writing a huge transaction to create the database, the tables and write all the data, but there ahs to be an easier way.... i have a lot of tables and a lot of data... please help!