•  
      request #8053 Project data export not working for new installs
    Infos
    #8053
    Nicolas Terray (nterray)
    2020-12-28 11:43
    2015-04-30 16:48
    8070
    Details
    Project data export not working for new installs
    Since some releases, codendiadm does not have full access to mysql databases.

    This means that if cxuser user is not already created, it is not possible anymore to codendiadm to grant access to this user on project databases.

    In order to fix the issue, one have to issue the following mysql command as root:

    GRANT USAGE ON *.* TO 'cxuser'@'%';

    This command should be included in tools/setup.sh unless we decide to remove completely the generate-full-database-export feature…
    Installation process
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Declined
    2020-12-28
    Attachments
    Empty
    References
    Referenced by request #8053

    Follow-ups