Installation Problems

Hello everyone and thanks for your help in advance. I’m completely new to Open-Emr and have no experience in a WAMP environment. I am trying to install Open-Emr on a Windows 2012 server. I downloaded the XAMPP package and extracted directly into the C:\ directory. XAMPP Control Panel v3.2.2 opens and shows Apache and MySQL as running. When I browse to http://localhost/openemr, I get the following messages:

Warning: mysqli_real_connect(): (HY000/1045): Access denied for user ‘openemr’@‘localhost’ (using password: YES) in C:\xampp\htdocs\openemr\vendor\adodb\adodb-php\drivers\adodb-mysqli.inc.php on line 123
Check that mysqld is running.

Fatal error: Uncaught Error: Call to undefined function text() in C:\xampp\htdocs\openemr\library\sql.inc:517 Stack trace: #0 C:\xampp\htdocs\openemr\library\sql.inc(157): HelpfulDie(‘Could not conne…’, ‘Access denied f…’) #1 C:\xampp\htdocs\openemr\library\translation.inc.php(2): include_once(‘C:\xampp\htdocs…’) #2 C:\xampp\htdocs\openemr\interface\globals.php(181): require_once(‘C:\xampp\htdocs…’) #3 C:\xampp\htdocs\openemr\interface\login\login.php(32): require_once(‘C:\xampp\htdocs…’) #4 {main} thrown in C:\xampp\htdocs\openemr\library\sql.inc on line 517

I’m trying to figure out what the problem is. Any help would be appreciated.

@hmclaughlin
Can you please check whether the mysqld is running and the mysql user has necessary permission to access database.

Thanks
ViSolve