mirror of https://github.com/sipwise/db-schema.git
parent
3d94a0e561
commit
1a4597766c
@ -0,0 +1,2 @@
|
||||
REVOKE ALL PRIVILEGES ON sipstats.* FROM 'soap'@'localhost';
|
||||
REVOKE ALL PRIVILEGES ON sipstats.* FROM 'voisniff'@'localhost';
|
||||
@ -0,0 +1,2 @@
|
||||
GRANT ALL ON sipstats.* TO 'soap'@'localhost';
|
||||
GRANT ALL ON sipstats.* to 'voisniff'@'localhost' IDENTIFIED BY 'PW_VOISNIFF';
|
||||
Loading…
Reference in new issue