crythias wrote:MattArtley wrote:Do you mean install in locally just to do the install and then carry out the lower part?
Either way. Once you've changed the Config it doesn't matter.
I'm not being intentionally ignorant - I just am not too familiar with OTRS as I have only recently started trying to use it. So I need to edit config.pm, when do I edit it? Before I try and run host/otrs/installer.pl? And do I add the info below
# ---------------------------------------------------- #
# insert your own config settings "here" #
# config settings taken from Kernel/Config/Defaults.pm #
# ---------------------------------------------------- #
crythias wrote:MattArtley wrote:sorry I don't fully understand your response.
I may not fully understand your question, then.
My question is that I would like to be able to run through the installer, registration, and have a running OTRS system using an external MYSQL host. And I would like to get past the error I am currently seeing.
crythias wrote:MattArtley wrote:Do the screens I have added above help at all?
Yes, and they should have helped you, too. Especially that "localhost" entry. (Hint: it should be the destination mysql box)
If I change that localhost entry to that of the MYSQL host then I got a different error. As stated in my original post I have tried this every which way and It errors on them all. I will try and recreate that error for you now.
So yeah I guess I just need to know where to stick those extra config lines in my config.pm file and whether to put them there before or during the running of the installer.
crythias wrote:or, more to the point, the error message is explicit in telling you that 'Pinky'@'somelongname' is unable to authenticate, but you told it to create a user 'Pinky'@'localhost'.
Pinky is the database user and does not exist on the ubuntu 12.04 box - i thought the "localhost" there was referring to the database server, and on the database server, it would be "localhost"
EDIT: if I change that "localhost" to the db hostname I get the following error:
Alternatively, do you think I should set it up all under localhost (with mysql server installed on the ubuntu box) and then dump the database out, import it into my mysql server and just change the relevant things in config.pm?