Yes it's possible, you can do it using the mysqldump command. You can find full instuctions on the mysql documentation pages. This should be the actual section:
http://www.mysql.com/documentation/m...tion=mysqldump
You should be able to get a .sql file this way which you can download and move to the new server.
To load it in the new database, use:
Code:mysql [-uusername] [-p] [database] < yourdumpfile.sql



.. silly me.
.
Bookmarks