Did you take a moment and read the errors before posting?
Quote:
|
mysql_connect()... Access denied for user 'root'@'localhost' (using password: YES) in ...config.php on line 16
|
Either the user root doesn't exist, the password is wrong, or (doubtfully) root is not allowed from localhost. Fix which one(s) are wrong in config.php where matrix highlighted above and it should work.