modified 修复默认root密码为123456

This commit is contained in:
Zhao 2018-04-19 23:43:10 +08:00
parent 0398b24b28
commit f5cc7aa3ee

View File

@ -287,7 +287,7 @@ LOCK TABLES `admin_user` WRITE;
INSERT INTO `admin_user` (`id`, `username`, `nickname`, `password`, `regTime`, `regIp`, `updateTime`, `status`, `openId`)
VALUES
(1,'root','root','953dbb5a8a45ae6000e30f29d78dcc68',1519453594,3663623043,1520173599,1,NULL);
(1,'root','root','912601e4ad1b308c9ae41877cf6ca754',1519453594,3663623043,1520173599,1,NULL);
/*!40000 ALTER TABLE `admin_user` ENABLE KEYS */;
UNLOCK TABLES;