X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fbin%2FMAPSDB.sql;h=1d258108d0d674cbf5d069fcce8f6188fdf60807;hb=066348c5a08e728fd796b8a963d3f5eeb1459a28;hp=dfe0a4ff8d7fd037264aac4c4236d23b22799a45;hpb=1f0a76df468c6ae7ee878730cc68fc133c70c0a5;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";