OTRS auf MySQL mit port 3305 anstatt default 3306
OTRS auf MySQL mit port 3305 anstatt default 3306
Ich möchte OTRS auf einem externen mysql server zugreifen lassen, allerdings nicht auf port 3305 und nicht wie Standard 3306 weiß jemand wie das möglich ist, ich habe bis jetzt versucht diesen Port durch <servername>:<portname> einzutragen und in der config.pm in den DB Daten folgendes anzuhängen port='3305' beides war leider erfolglos.
OTRS auf MySQL mit port 3305 anstatt default 3306
Hallo,
man DBD::mysql sollte helfen...
Müsste aber wie folgt in der Config.pm aussehen:
$Self->{DatabaseDSN} = "DBI:mysql:database=<OTRS_CONFIG_Database>;host=<OTRS_CONFIG_DatabaseHost>;port=3305;";
man DBD::mysql sollte helfen...
Müsste aber wie folgt in der Config.pm aussehen:
$Self->{DatabaseDSN} = "DBI:mysql:database=<OTRS_CONFIG_Database>;host=<OTRS_CONFIG_DatabaseHost>;port=3305;";
"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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
OTRS auf MySQL mit port 3305 anstatt default 3306
Ich hatte das genauso versucht, bis auf das semicolon am Ende von port=3305. Naja egal wie jetzt funktionierts auf jeden Fall.
Vielen Dank
Vielen Dank