-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-Instance Module Not working for Groupoffice Version 6.8 #1217
Comments
Your second error is what I expect it to be. Upon trying to create a new instance, the creation will cowardly stop if the selected database user already exists. So if you try to create a If you are logged in with the
The |
@derjoachim
I've tried running but it outputs this error
|
After I've done all requirement listed Here: https://groupoffice.readthedocs.io/en/latest/install/extras/multi_instance.html
My multi-instance kept giving me this error my groupoffice version is 6.8.95
Database exception, DEBUG: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'groupoffice'@'localhost' to database 'go_lojiq_xyz', Full SQL: GRANT ALL PRIVILEGES ON
go_lojiq_xyz.* TO
'go_lojiq_xyz'@'%'`and when I tried GRANT ALL ON . TO 'go_lojiq_xyz'@'%' it will give me this error
and this kept happening no matter what I tried
restarting groupoffice, GRANT ALL ON . TO 'go_lojiq_xyz'@'%', and tried making a new groupoffice
I also tried on a older version of groupoffice v6.4.97 and it worked fine so I am assuming that this error is a bug affecting the latest versions
The text was updated successfully, but these errors were encountered: