Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
b12531e4
Commit
b12531e4
authored
Oct 13, 2016
by
HERBERT Ryan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker create_db.sql fix error in script
parent
284bec71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker/mysql/create_db.sql
docker/mysql/create_db.sql
+1
-1
No files found.
docker/mysql/create_db.sql
View file @
b12531e4
CREATE
USER
vidjil_user
;
SET
PASSWORD
FOR
USER
vidjil_user
=
PASSWORD
(
'rootpass'
);
SET
PASSWORD
FOR
vidjil_user
=
PASSWORD
(
'rootpass'
);
CREATE
DATABASE
vidjil
;
GRANT
ALL
ON
vidjil
.
*
TO
'vidjil_user'
@
'%'
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment