@@ -548,10 +548,10 @@ grant select on cluster.* to ''@'localhost';
548548</stack : file >
549549
550550<stack : file stack : name =" /var/db/grants.sql" stack : perms =" 0400" stack : mode =" append" stack : cond =" os == 'debian'" >
551- grant select,update,insert,delete,lock tables on cluster.* to www-data@localhost;
552- grant select,update,insert,delete,lock tables on cluster.* to www-data@"&hostname; ";
553- grant select,update,insert,delete,lock tables on shadow.* to www-data@localhost;
554- grant select,update,insert,delete,lock tables on shadow.* to www-data@"&hostname; ";
551+ grant select,update,insert,delete,lock tables on cluster.* to " www-data" @localhost;
552+ grant select,update,insert,delete,lock tables on cluster.* to " www-data" @"&hostname; ";
553+ grant select,update,insert,delete,lock tables on shadow.* to " www-data" @localhost;
554+ grant select,update,insert,delete,lock tables on shadow.* to " www-data" @"&hostname; ";
555555</stack : file >
556556<stack : file stack : name =" /var/db/grants.sql" stack : perms =" 0400" stack : mode =" append" stack : cond =" os != 'debian'" >
557557grant select,update,insert,delete,lock tables on cluster.* to apache@localhost;
0 commit comments