Installation problem on webhosting

Dear all, Please help me to fix the problem, I have uploaded source code of Oxid esale to the webhosting. The process is error when i am trying to create a database demo on my website. The error is

Fatal error: Uncaught exception ‘Exception’ with message ‘ERROR: Issue while inserting this SQL statements: ( ALTER SCHEMA CHARACTER SET utf8 COLLATE utf8_general_ci ): Access denied for user ‘admingui’@’%’ to database ‘guisaledb’ ’ in /home/content/61/6578261/html/setup/oxsetup.php:673 Stack trace: #0 /home/content/61/6578261/html/setup/oxsetup.php(934): OxSetupDb->execSql(‘ALTER SCHEMA CH…’) #1 /home/content/61/6578261/html/setup/oxsetup.php(1980): OxSetupDb->setMySqlCollation(1) #2 /home/content/61/6578261/html/setup/oxsetup.php(2169): oxSetupController->dbCreate() #3 /home/content/61/6578261/html/setup/index.php(33): oxSetupDispatcher->run() #4 {main} thrown in /home/content/61/6578261/html/setup/oxsetup.php on line 673

Hi boongui,

looks like the access data are wrong:

Access denied for user ‘admingui’@‘%’ to database ‘guisaledb’

Are you sure your user name is “admingui”?

Regards

Thank you every much Mr.Marco.