Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Поляков Илья Георгиевич
sdl2
Commits
218c0372
Commit
218c0372
authored
1 year ago
by
Поляков Илья Георгиевич
Browse files
Options
Download
Patches
Plain Diff
Upload New File
parent
e4d21824
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
init.sql
+10
-0
init.sql
with
10 additions
and
0 deletions
+10
-0
init.sql
0 → 100644
+
10
−
0
View file @
218c0372
CREATE
DATABASE
SDL1
WITH
ENCODING
'UTF8'
LC_COLLATE
=
'ru_RU.UTF-8'
LC_CTYPE
=
'ru_RU.UTF-8'
template
template0
;
CREATE
USER
myuser
WITH
PASSWORD
'mypassword'
;
GRANT
CONNECT
ON
DATABASE
sdl1
TO
myuser
;
GRANT
USAGE
ON
SCHEMA
public
TO
myuser
;
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets