SQL Server to MySQL

Hi there,

Can someone tell me how do i upload the data created in MySQL command line client into the MySQL server,
I mean, i have created some tables using MySQL command line client in my system, it is accessible only to me.
How do i upload it into the MySQL server so that i can access those table contents even from other systems.

You will want to research mysqldump and then [url=http://stackoverflow.com/questions/859313/import-sql-dump-into-mysql]import it on the server

Thanks a lot.

Also have a look at LOAD DATA INFILE. You can find an example here http://www.it-iss.com/mysql/mysql-load-data-infile-variable-data/