X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fbin%2FMAPSDB.sql;h=1d258108d0d674cbf5d069fcce8f6188fdf60807;hb=2b6de455b7bdd4f817f9fc850d900401eab29e57;hp=dfe0a4ff8d7fd037264aac4c4236d23b22799a45;hpb=48784bba5d049ef84fa03f63ed581508d6c5cbf0;p=clearscm.git diff --git a/maps/bin/MAPSDB.sql b/maps/bin/MAPSDB.sql index dfe0a4f..1d25810 100644 --- a/maps/bin/MAPSDB.sql +++ b/maps/bin/MAPSDB.sql @@ -89,8 +89,4 @@ create table log ( -- Create users grant all privileges - on MAPS.* to mapsadmin@"localhost" identified by "mapsadmin"; -grant select - on MAPS.* to mapsreader@"localhost" identified by "reader"; -grant insert, select, update, delete - on MAPS.* to mapswriter@"localhost" identified by "writer"; + on MAPS.* to maps@"localhost" identified by "spam";