Skip to content

Commit fe713d0

Browse files
author
root
committed
I truly hate sql
1 parent 9a63df2 commit fe713d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/nodes/database-schema.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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'">
557557
grant select,update,insert,delete,lock tables on cluster.* to apache@localhost;

0 commit comments

Comments
 (0)