Uncommented grants
authorAndrew DeFaria <Andrew@DeFaria.com>
Tue, 21 Nov 2017 19:57:29 +0000 (11:57 -0800)
committerAndrew DeFaria <Andrew@DeFaria.com>
Tue, 21 Nov 2017 19:57:29 +0000 (11:57 -0800)
maps/bin/MAPSDB.sql

index 54a4917..3393899 100644 (file)
@@ -88,9 +88,9 @@ create table log (
 ); -- log
 
 -- Create users
---grant all privileges 
---  on MAPS.* to mapsadmin@"%"  identified by "mapsadmin";
---grant select
---  on MAPS.* to mapsreader@"%" identified by "reader";
---grant insert, select, update, delete
---  on MAPS.* to mapswriter@"%" identified by "writer";
+grant all privileges 
+  on MAPS.* to mapsadmin@"%"  identified by "mapsadmin";
+grant select
+  on MAPS.* to mapsreader@"%" identified by "reader";
+grant insert, select, update, delete
+  on MAPS.* to mapswriter@"%" identified by "writer";