dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#3410 #3411 fix - Fixed user roles and organizations and Pack date fields o...
rsanchez
2016-12-05
1ed7bc42993b3d23d92dfc38dfd34026a4619ae7
[common/securis.git]
/
securis
/
src
/
main
/
resources
/
db
/
create_db.sql
1
2
3
4
5
create database securis CHARACTER SET utf8 COLLATE utf8_bin;
create user securis@localhost identified by 'securis';
grant all on securis.* to securis@localhost;
#Update passwords
flush privileges;