add user for ui
This commit is contained in:
@ -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'@'%';
|
||||||
|
Reference in New Issue
Block a user