Restore Job freepbx

I was moving a freepbx box to another box and during the restore i get this error

FATAL ERROR

SQLSTATE[28000] [1045] Access denied for user ‘freepbxuser’@‘localhost’ (using password: YES)

SQLSTATE[28000] [1045] Access denied for user ‘freepbxuser’@‘localhost’ (using password: YES)

Trace Back

/var/www/html/admin/libraries/BMO/Database.class.php:70 PDO->__construct()
[0]: mysql:host=localhost;port=3306;dbname=asteriskcdrdb
[1]: freepbxuser
[2]: 2e23e72220e7

/var/www/html/admin/modules/cdr/Cdr.class.php:35 Database->__construct()
[0]: mysql:host=localhost;port=3306;dbname=asteriskcdrdb
[1]: freepbxuser
[2]: 2e23e72220e7

/var/www/html/admin/libraries/BMO/Self_Helper.class.php:116 Cdr->__construct()
[0]:

/var/www/html/admin/libraries/BMO/Self_Helper.class.php:36 Self_Helper->autoLoad()
[0]: Cdr

/var/www/html/admin/modules/cdr/ucp/Cdr.class.php:36 Self_Helper->__get()
[0]: Cdr

/var/www/html/admin/modules/ucp/htdocs/includes/Module_Helpers.class.php:119 UCP\Modules\Cdr->__construct()
[0]:

/var/www/html/admin/modules/ucp/htdocs/includes/Module_Helpers.class.php:33 UCP\Module_Helpers->autoload()
[0]: Cdr

/var/www/html/admin/modules/ucp/htdocs/includes/Modules.class.php:84 UCP\Module_Helpers->__get()
[0]: Cdr

/var/www/html/admin/modules/ucp/htdocs/includes/Modules.class.php:105 UCP\Modules->moduleHasMethod()
[0]: Cdr
[1]: getMenuItems

/var/www/html/admin/modules/ucp/htdocs/includes/Modules.class.php:163 UCP\Modules->getModulesByMethod()
[0]: getMenuItems

/var/www/html/admin/modules/ucp/htdocs/index.php:123 UCP\Modules->getActiveModules()

Error message pretty much says it all. Your MySQL user “freepbxuser” either doesn’t exist or has a different password that you are using.