oarevalo / BugLogHQ

BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
http://www.bugloghq.com
155 stars 67 forks source link

Remote MySQL DSN #106

Closed jfreak53 closed 9 years ago

jfreak53 commented 9 years ago

I'm trying to setup bugLog using a remote MySQL server instead of localhost.

This is what I tried but of course it's not working:

serverdomain.com:3306/bugLog
oarevalo commented 9 years ago

Hi, Where did you set that value? on the buglog config?

Oscar

On Wed, Oct 8, 2014 at 8:18 AM, Joel DeVenney notifications@github.com wrote:

I'm trying to setup bugLog using a remote MySQL server instead of localhost.

This is what I tried but of course it's not working: serverdomain.com:3306/bugLog

— Reply to this email directly or view it on GitHub https://github.com/oarevalo/BugLogHQ/issues/106.

Oscar Arevalo http://about.me/oarevalo http://www.coldbricks.com - Content Management System http://www.oscararevalo.com - My Blog

jfreak53 commented 9 years ago

Yeah, the config file.... buglog-config.xml.cfm

oarevalo commented 9 years ago

ah ok, in the config file you only need to put the ColdFusion's DSN, the actual configuration of where the DB is located, and how to access it needs to go on the CF Administrator.

So you may have a DSN named "buglog-remote", defined as pointing to your db at "serverdomain.com:3306/bugLog", and then on the config file you only need to use "buglog-remote"

Oscar

On Wed, Oct 8, 2014 at 8:56 AM, Joel DeVenney notifications@github.com wrote:

Yeah, the config file.... buglog-config.xml.cfm

— Reply to this email directly or view it on GitHub https://github.com/oarevalo/BugLogHQ/issues/106#issuecomment-58380895.

Oscar Arevalo http://about.me/oarevalo http://www.coldbricks.com - Content Management System http://www.oscararevalo.com - My Blog

jfreak53 commented 9 years ago

Ohhh, ok, so I configure the actual DSN in CF. Let me try that, I didn't realize that.

jfreak53 commented 9 years ago

Worked! Thanks so much.

oarevalo commented 9 years ago

Awesome!

On Wed, Oct 8, 2014 at 9:02 AM, Joel DeVenney notifications@github.com wrote:

Worked! Thanks so much.

— Reply to this email directly or view it on GitHub https://github.com/oarevalo/BugLogHQ/issues/106#issuecomment-58381894.

Oscar Arevalo http://about.me/oarevalo http://www.coldbricks.com - Content Management System http://www.oscararevalo.com - My Blog