Hello, I discuss with the tango-db upstream and he found that
this one line fixed the problem, befrore doing the tango-db upgrade UPDATE mysql.proc SET Definer='tango@localhost' where Db='tango'; Ideally it should be something like UPDATE mysql.proc SET Definer='xxx' where Db='yyy'; where xxx is the dbuser and yyy the database name.à It is true that for now my package works only if the database name is tango. this is a limitation but I do not want to mix this into this bug report. so can you help me write the right snipser at the right place in the debian scripts. Or maybe I should just put the upgrade script og tango-db 9.2.5 intot eh dbadmin part with this fix at the end in order to have something consistant forthe next upgrade (tango 10) Thanks for your help Cheers Frederic

