Problem with remote MySQL Server

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

    #1

    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
  • Carsten Hoeger
    Open-Xchange Professional Services
    • Mar 2007
    • 710

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

    Comment

    • ox_noob

      #3
      THX that was it.

      regards Stefan

      Comment

      Working...
      X