Anmeldung nach Installation nicht möglich

Allgemein Fragen, deutsche News, Ankündigungen & Events zu Znuny
Locked
Vogone
Znuny newbie
Posts: 8
Joined: 02 Apr 2014, 11:04
Znuny Version: 3.3.6

Anmeldung nach Installation nicht möglich

Post by Vogone »

Hallo liebes Forum,

ich habe gerade OTRS 3.3.6 installiert und komme nicht weiter.
Die Meldung: web Zugriff
Fehlermeldung: Access denied for user 'otrs'@'localhost' (using password: YES)

Ausgeführt habe ich bisher nur:
mysql> GRANT ALL PRIVILEGES ON otrs.* TO otrs@localhost IDENTIFIED BY "mypass" WITH GRANT OPTION;
Query OK, 0 rows affected (0.00 sec)

Das hat aber leider noch nicht geholfen.

Gruß
Vogone
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Anmeldung nach Installation nicht möglich

Post by jojo »

hast Du auch mal die Rechte neu geladen in mysql?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Vogone
Znuny newbie
Posts: 8
Joined: 02 Apr 2014, 11:04
Znuny Version: 3.3.6

Re: Anmeldung nach Installation nicht möglich

Post by Vogone »

... ich habe noch FLUSH PRIVILEGES; ausgeführt.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Anmeldung nach Installation nicht möglich

Post by jojo »

dann sollte es funktionieren, wenn das Passwort identisch ist
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Vogone
Znuny newbie
Posts: 8
Joined: 02 Apr 2014, 11:04
Znuny Version: 3.3.6

Re: Anmeldung nach Installation nicht möglich

Post by Vogone »

aber wo setze ich das Passwort? mysql -u otrs -p funktioniert jedenfalls.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Anmeldung nach Installation nicht möglich

Post by jojo »

in der Config.pm
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Vogone
Znuny newbie
Posts: 8
Joined: 02 Apr 2014, 11:04
Znuny Version: 3.3.6

Re: Anmeldung nach Installation nicht möglich

Post by Vogone »

OK. Danke.
Locked