Hi Klemen & Mike,
PROBLEM IS SOLVED! Why? I do not know - suddenly it worked.
@Klemen - thanks a lot for this. I obviously did this by error.
@Mike: It looks like I can not change the permissions the DB user has. Maybe you can clarify what CREATE, ALTER and DROP permissions are needed:
CREATE table?
ALTER table?
DROP table?
- or are we talking about DATABASE (create database)
HESK is already installed - and that was no problem, so I would suppose the needed persmissions are in place.
And "show grants" produces this
GRANT ALL PRIVILEGES ON `dbname`.* TO 'blabla'@'blbabla'
Olaf