• Sebastien Robin's avatar
    erp5: fixed mysql data import when we have stored routines · efe3524c
    Sebastien Robin authored
    Issue was:
    - user project_user was created
    - project_user create stored routines
    - mysql data is dumped (including list of users)
    - mysql data is restored, but stored routines have the information
      DEFINER that must match an existing user. This does not
      work if there is no flush privileges instructions
    
    So make sure to insert flush privileges while dumping
    efe3524c
instance-mariadb.cfg.in 12.9 KB