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