Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
50028820
"src/main/vscode:/vscode.git/clone" did not exist on "dd1c671c406eaf6885b4de1572ea61ac53ae6a77"
Commit
50028820
authored
Jan 29, 2019
by
DongGuoChao
Committed by
linlinjava
Jan 29, 2019
Browse files
support emoji
parent
5a93cc6b
Changes
1
Show whitespace changes
Inline
Side-by-side
litemall-db/sql/litemall_schema.sql
View file @
50028820
drop
database
if
exists
litemall
;
drop
database
if
exists
litemall
;
drop
user
if
exists
'litemall'
@
'localhost'
;
drop
user
if
exists
'litemall'
@
'localhost'
;
create
database
litemall
;
-- 支持emoji:需要mysql数据库参数: character_set_server=utf8mb4
create
database
litemall
default
character
set
utf8mb4
collate
utf8mb4_unicode_ci
;
use
litemall
;
use
litemall
;
create
user
'litemall'
@
'localhost'
identified
by
'litemall123456'
;
create
user
'litemall'
@
'localhost'
identified
by
'litemall123456'
;
grant
all
privileges
on
litemall
.
*
to
'litemall'
@
'localhost'
;
grant
all
privileges
on
litemall
.
*
to
'litemall'
@
'localhost'
;
...
...
Write
Preview
Supports
Markdown
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