Unfortunately "Error Establishing Database Connection" is a very generic error. It tells you there is a problem, but not what the problem is, such as the Check Engine light in your car. So create a .php file with the following code:
<?php
$link = @mysqli_connect('localhost', 'DB_USER'...