Yes I've had the blank screen. I can't remember for sure how I fixed it.
Have you changed the default mysql root password?
I had and had to change it back. I then used this in config.php
$dbhost = "localhost";
$dbuname = "admin";
$dbpass = "mysecretpassword";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
Hope this helpd
