What creates the "oxdatabase" database?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pembo13
    Junior Member
    • Mar 2012
    • 3

    #1

    What creates the "oxdatabase" database?

    What command is supposed to create the "oxdatabase" database? The "configdb" database was created, but not not "oxdatabase"

    Background :
    - first attempt at install open-xchange
    - using the community edition
    - new Centos 6 install
    - installed via yum
    - mysql on separate machine
    - 'openexchange' database user wasn't given permissions to create dbs, but was given full permissions except GRANT on it's own DBs
    - i have full access to the DB
  • Wolfgang Rosenauer
    Open-Xchange Professional Services
    • Sep 2007
    • 648

    #2
    The admin process creates these oxdatabase* schemes when contexts are created. It's not "oxdatabase" but oxdatabase_NUMBER" because if it grows too high it will put newer contexts into the next database with increased suffix.

    Comment

    • pembo13
      Junior Member
      • Mar 2012
      • 3

      #3
      Originally posted by Wolfgang Rosenauer View Post
      The admin process creates these oxdatabase* schemes when contexts are created. It's not "oxdatabase" but oxdatabase_NUMBER" because if it grows too high it will put newer contexts into the next database with increased suffix.
      That means the db user forever needs permission to CREATE DATABASE?

      Comment

      Working...
      X