Created
August 31, 2016 04:40
-
-
Save kishaningithub/158f1d2bd68824b273ef728ce820514e to your computer and use it in GitHub Desktop.
Revisions
-
kishaningithub created this gist
Aug 31, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ #Create user by using following commands #create user just_cinemas with password 'password123'; #create database just_cinemas; #GRANT ALL PRIVILEGES ON DATABASE just_cinemas to just_cinemas;