The following error appears in function Search:

Access denied for user: 'BLUBBER@111.122.4%' to database 'BLUBBERDB' query: CREATE TEMPORARY TABLE temp_search_sids SELECT i.type, i.........

Seems that the IP address in USER is not complete somehow, or is 4% a normal behaviour?

Fact: I do not have the rights to create a TEMP TABLE at my DB provider. I would like to change this to a static TABLE for the search.
How to do that and/or I would like to see this as a core setting (TEMP or STATIC).

Any help here?

RaRi