-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from push-protocol/basic-rpc
Basic rpc
- Loading branch information
Showing
36 changed files
with
1,091 additions
and
349 deletions.
There are no files selected for viewing
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
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
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
This file was deleted.
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
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,27 @@ | ||
|
||
CREATE DATABASE vnode2 CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
GRANT ALL PRIVILEGES ON vnode2.* TO '2roor'@'%'; | ||
|
||
CREATE DATABASE vnode3 CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
GRANT ALL PRIVILEGES ON vnode3.* TO '2roor'@'%'; | ||
|
||
CREATE DATABASE vnode4 CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
GRANT ALL PRIVILEGES ON vnode4.* TO '2roor'@'%'; | ||
|
||
CREATE DATABASE vnode5 CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
GRANT ALL PRIVILEGES ON vnode5.* TO '2roor'@'%'; | ||
|
||
CREATE DATABASE vnode6 CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
GRANT ALL PRIVILEGES ON vnode6.* TO '2roor'@'%'; | ||
|
||
CREATE DATABASE vnode7 CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
GRANT ALL PRIVILEGES ON vnode7.* TO '2roor'@'%'; | ||
|
||
CREATE DATABASE vnode8 CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
GRANT ALL PRIVILEGES ON vnode8.* TO '2roor'@'%'; | ||
|
||
CREATE DATABASE vnode9 CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
GRANT ALL PRIVILEGES ON vnode9.* TO '2roor'@'%'; | ||
|
||
CREATE DATABASE vnode10 CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
GRANT ALL PRIVILEGES ON vnode10.* TO '2roor'@'%'; |
Oops, something went wrong.