add user for ui
This commit is contained in:
parent
d2431f4165
commit
9337f0d80e
@ -97,3 +97,7 @@ create table betriebskosten_abrechnung (
|
|||||||
on delete restrict
|
on delete restrict
|
||||||
on update cascade
|
on update cascade
|
||||||
) engine=InnoDB;
|
) engine=InnoDB;
|
||||||
|
|
||||||
|
create user 'hausverwaltung-ui'@'%' identified by 'test123';
|
||||||
|
grant select on hausverwaltung.objekt to 'hausverwaltung-ui'@'%';
|
||||||
|
grant select on hausverwaltung.wohnung to 'hausverwaltung-ui'@'%';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user