Syntax error or access violation: 1227 Access denied; you need (at least one of) the SUPER privilege(s) for this operation

I need to install webapp at virtual hosting and provider doesn’t allow to have users with SUPER rights. Found this and this, but both do not help. Any ideas?

Thank you in advance

What exactly do you need SUPER for? because it sounds like you’re doing something that you shouldn’t be doing in a normal webapp (either unknowingly doing it without knowing what it does, or malicious intent, but I’m not gonna point fingers).
The SUPER privilege is used for server management and I’ve never seen it thrown on normal webapps, even when I don’t have the SUPER privilege.

If, for some reason, you do have a legitimate reason for needing the SUPER privilege, I’d recommend looking into a VPS instead.

Thanks for reply, but I guess I solved the issue.
Reason was the 'init' => ['SET GLOBAL innodb_stats_on_metadata = 0'] line in app.php configuration.
At my hoster’s env this command was restricted and caused described issue. Commented that out