Query Failed: DROP DATABASE IF EXISTS

I uploaded SuiteCRM-7.6.3 to server.
Operating system UNIX
PHP version 5.6
MySQL 5.7

After unsuccessful installation I get the following error in suitecrm.log file.

Fri May 27 09:02:07 2016 [91813][-none-][FATAL] Query Failed: DROP DATABASE IF EXISTS myDB: MySQL error 1044: Access denied for user ‘MiodragUser’@‘194.9.9%’ to database ‘myDB’.

Obviously I do not have permission to DROP/CREATE database on hosting server. Personal from hosting server informed me that they cannot grant me that level.

The only solution for me is to change SQL statement “DROP DATABASE IF EXISTS …”.
Where can I find a/m SQL statement?
Any other suggestion?

Hi Miodrag! How did you solve it?
Thanks