X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fbin%2FMAPSDB.sql;h=78cd5ad9162c5c07cd8eaa7da077ef1745a18285;hb=d58045351725edca8fcb05a78c4b80865d7c3cf3;hp=1d258108d0d674cbf5d069fcce8f6188fdf60807;hpb=c0e00f11bf9b54692b2ee00e2488b7b08cb94026;p=clearscm.git diff --git a/maps/bin/MAPSDB.sql b/maps/bin/MAPSDB.sql index 1d25810..78cd5ad 100644 --- a/maps/bin/MAPSDB.sql +++ b/maps/bin/MAPSDB.sql @@ -88,5 +88,6 @@ create table log ( ); -- log -- Create users -grant all privileges - on MAPS.* to maps@"localhost" identified by "spam"; +-- New 8.0 syntax... +create user 'maps'@'localhost' identified by 'spam'; +grant all privileges on MAPS.* to 'maps'@'localhost';