I'd suggest that you change a setting in your wp-config.php file before you do a full re-install. Look for this line:
define('WP_DEBUG', false);
and change 'false' to 'true' (without any quote marks). Then try to access the site again. This should let you see the error messages that are being generated, and will ehlp you to track down what's happened.