Commit 76269132 authored by Junling Bu's avatar Junling Bu
Browse files

SQL: 用户表litemall_user增加一个测试账号user123,密码user123

parent a85d88b1
......@@ -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;
 
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment