On Fri, 4 May 2012 16:17:30 +0200, Christian Kreis
<christiankre...@googlemail.com> wrote:
> Ja genau das hab ich auch gelesen und angeblich wenn ich im host anstatt
> localhost ein '%' eintrage soll das angeblich funktionieren. Aber wie
mach
> ich das?

Hallo,

als DBA mit mysql verbinden:

GRANT ALL ON datenbank.* to 'username'@'host' identified by 'password';
flush privileges;


Details siehe http://dev.mysql.com/doc/refman/5.1/de/grant.html

hth,
Roy

-- 
Roy Kaldung
e-mail: r...@kaldung.com
---------------------------------------------------------------------
OTRS mailing list: otrs-de - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs-de
To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de

Antwort per Email an