Install a fresh copy of your wiki on the new server. Make a mySQL dump and import that to the new site, and then copy over the /attachments/ folder (contains all file attachments). Edit your /etc/mwsearch.conf file and enter the correct database information. You'll also need to have Lucene re-index your content on your new server by executing
/etc/init.d/mwlucene stop
/usr/local/bin/MWUpdater --rebuild
/etc/init.d/mwlucene start