You moved your WordPress blog to a different server?
You dumped the database from the old server and imported it to the new server, and set up the new database details in wp-config.php
.
But when you load the website it just brings up a blank page?
Not to worry. You need to edit the wp-confing.php with a line in order to help it settle on the new server
Try adding this line to your wp-config.php file:
define('WP_MEMORY_LIMIT', '32M');
If 32M is not helping much… then try 64M.
After that you will your website is alive and well 🙂