[Archivesspace_Users_Group] MySQL issue

Peter Heiner ph448 at cam.ac.uk
Fri Oct 9 07:26:08 EDT 2020


Neal, Rick wrote on 2020-10-08 12:55:39:
> I then SHOW GRANTS;
> 
> It only lists the grants for the root user.  Nothing about the archivesspace database or user.

Plain SHOW GRANTS operates on the current user, root in your case. You
need to use SHOW GRANTS FOR 'username'@'host';

p



More information about the Archivesspace_Users_Group mailing list