
Xavier Fustero wrote:
Hi, Hi Xavi, has someone configured otrs to use an external mysql server? I can only make it working with a local mysql server. I tried to play a little bit with the file Config.pm to add a port number but I didn't success. Is this possible? from my experiences in an other case I remember that there was one thing to keep in mind was the connectivity of the mysql database itself, that is, it was not configured to be accessible from other places then localhost out of the box, which was debian in my case. So did you test a connection to the mysql database from your otrs machine (first without having OTRS involved)?
Thanks, your welcome Xavi Gerold
bash] grep mysql Kernel/Config.pm # (The database DSN for MySQL ==> more: "man DBD::mysql") $Self->{DatabaseDSN} = "DBI:mysql:database=$Self->{Database};host=$Self->{DatabaseHost};";
Or do you ask for the syntax of these settings?