You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
SilverStripe specifically will create temporary databases for the
TestRunnerfor running unit tests.These are in the format of
[prefix]tmpdb[rand_number]. If no prefix is specified for the site, it'll usess_Therefore, adding permissions for the DB user to have access to
%tmpdb%would be helpful.Edit: And DROP permission, of course, to clean up after itself.