-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2ac40d
commit 9440656
Showing
8 changed files
with
6,214 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
GRANT USAGE ON *.* TO 'kamailio'@'localhost' IDENTIFIED BY PASSWORD '*2870144497941F902294EDABA260A0A4A15078E4'; | ||
GRANT ALL PRIVILEGES ON `kamailio`.* TO 'kamailio'@'localhost'; | ||
GRANT USAGE ON *.* TO 'kamailioro'@'localhost' IDENTIFIED BY PASSWORD '*CF29822D11D49E1965F110105EACFBE9202F1A31'; | ||
GRANT SELECT ON `kamailio`.* TO 'kamailioro'@'localhost'; | ||
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED VIA unix_socket WITH GRANT OPTION; | ||
GRANT PROXY ON ''@'%' TO 'root'@'localhost' WITH GRANT OPTION; |
Oops, something went wrong.