Search found 2 matches

by UJo
18 Jul 2017, 15:29
Forum: Hilfe
Topic: [gelöst] DB Setup: failed: Access denied for user 'root'@'localhost'
Replies: 5
Views: 4419

Re: DB Setup: failed: Access denied for user 'root'@'localhost'

Hmm, also geht otrs immer noch nicht?

Ich habe noch:

Code: Select all

[mysqld]
sql-mode="NO_ENGINE_SUBSTITUTION"
default-storage-engine=INNODB
in der

Code: Select all

/etc/mysql/my.cnf
gesetzt.
Das hatte ich gemacht bevor ich das character set geändert habe. Alleine hat das mein Problem aber auch nicht gelöst.
by UJo
17 Jul 2017, 12:22
Forum: Hilfe
Topic: [gelöst] DB Setup: failed: Access denied for user 'root'@'localhost'
Replies: 5
Views: 4419

Re: DB Setup: failed: Access denied for user 'root'@'localhost'

Hallo,

ich das gleiche Problem weil ich die Anleitung nicht richtig gelesen habe da steht
Note

Please note that OTRS requires utf8 as database storage encoding.
Also muss die Datenbank mit

Code: Select all

CREATE DATABASE $DATENBANKNAME CHARACTER SET utf8;
erstellt werden.