Announcement

Collapse
No announcement yet.

Problem with remote MySQL Server

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problem with remote MySQL Server

    Hello,
    i want to install OX6 on a Ubuntu 8.10 Machine and i would use an existing MySQL Server on another Machine, but

    Code:
    /opt/open-xchange/sbin/initconfigdb --configdb-host=DBserver configdb-user=dbremoteuser --configdb-pass=dbremoteuserpass -a
    was ingnored. It will use an local MySQL, what is to do to use the remote MySQL?


    Regards Stefan

  • #2
    -a only works locally.
    So you must create the openxchange database account with sufficient permissions remotely.

    Comment


    • #3
      THX that was it.

      regards Stefan

      Comment

      Working...
      X