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

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