Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
69efd0f1
authored
Nov 24, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
updated init.sql
parent
ea1f34b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
sails/roles/database/files/init.sql
sails/roles/database/files/init.sql
View file @
69efd0f1
SET
foreign_key_checks
=
0
;
REVOKE
ALL
PRIVILEGES
,
GRANT
OPTION
FROM
'pictodbu'
@
'localhost'
;
DROP
USER
IF
EXISTS
'pictodbu'
;
DELETE
FROM
mysql
.
user
WHERE
user
=
'pictodbu'
;
FLUSH
PRIVILEGES
;
CREATE
USER
'pictodbu'
@
'%'
identified
with
'p1KT0!15.'
;
CREATE
USER
'pictodbu'
@
'%'
identified
by
'p1KT0!15.'
;
GRANT
USAGE
ON
*
.
*
TO
'pictodbu'
@
'localhost'
;
DROP
DATABASE
IF
EXISTS
pictodb
;
CREATE
DATABASE
pictodb
;
...
...
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