github.com/Bio-core/jtree@v0.0.0-20190705165106-1d7a7e7d6272/sql/CreateUsers.sql (about)

     1  grant SELECT on JTree.* to 'select'@'%' identified by 'passwords';
     2  flush privileges;
     3  grant SELECT,INSERT, UPDATE on JTree.* to 'update'@'%' identified by 'passwordu';
     4  flush privileges;