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
76269132
Commit
76269132
authored
Apr 20, 2019
by
Junling Bu
Browse files
SQL: 用户表litemall_user增加一个测试账号user123,密码user123
parent
a85d88b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/sql/litemall_data.sql
View file @
76269132
...
...
@@ -309,6 +309,7 @@ UNLOCK TABLES;
LOCK TABLES `litemall_user` WRITE;
/*!40000 ALTER TABLE `litemall_user` DISABLE KEYS */;
INSERT INTO `litemall_user` VALUES (1,'user123','$2a$10$lTu9qi0hr19OC800Db.eludFr0AXuJUSrMHi/iPYhKRlPFeqJxlye',1,NULL,'2019-04-20 22:17:43','0:0:0:0:0:0:0:1',0,'user123','','','',0,'2019-04-20 22:17:43','2019-04-20 22:17:43',0);
/*!40000 ALTER TABLE `litemall_user` ENABLE KEYS */;
UNLOCK TABLES;
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